It looks like az resource group delete polls on the long-running operation and forces the user to wait for the deletion to complete.
I don't really ever want to wait on a resource group deployment. I'm usually issuing this command frequently when testing template deployments, so it would be really great to have a --fast or --nowait command so that I don't have to do tricks like timeout 5 az resource group delete RGNAME.