Skip to content

handle_redirect should optionally take a timeout #22

@adobley

Description

@adobley

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions