Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set default timeout in test helpers to 100ms #607

Merged
merged 1 commit into from
May 27, 2021
Merged

Commits on May 27, 2021

  1. Set default timeout in test helpers to 100

    Commit aa8c458 introduced the ability to accept a timeout option in test
    helpers. To consolidate logic, it extracted a `get_timeout/1` function,
    but it incorrectly set the default value to 1000 ms. This commit
    corrects that by setting it to 100 ms.
    
    We also take the opportunity to use the `get_timeout/1` helper from the
    `refute_timeout/1` function, thus we consolidate all fetching of the
    `:timeout` option to the `get_timeout/1` helper.
    germsvel committed May 27, 2021
    Configuration menu
    Copy the full SHA
    4464772 View commit details
    Browse the repository at this point in the history