It would be useful to be able to configure handle_redirect with a timeout in some cases.
Currently handle_redirect winds up with the Application.fetch_env!(:ex_unit, :assert_receive_timeout)) by default as the LiveViewTest code called under the hood is defaulting the timeout.
We can get away with setting that env variable for now but it may be used by other things and it would be nice to pass the timeout through.
I can take this on when I have more bandwidth but in case someone else wants to PR this I figured I'd put it here.