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

Unify timeouts in tests #1717

Merged
merged 6 commits into from Oct 31, 2019
Merged

Unify timeouts in tests #1717

merged 6 commits into from Oct 31, 2019

Commits on Oct 29, 2019

  1. Unify timeout values

    The goal is to be able to to tweak the timeout values globally, and to
    use larger timeouts on CI where running time is less predictable.
    pquentin committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    16fc859 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f4694f View commit details
    Browse the repository at this point in the history
  3. Switch to long timeout in test_ssl_read_timeout

    A part of the test is not supposed to time out, so a short timeout does
    not make sense here.
    pquentin committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    8a17b4a View commit details
    Browse the repository at this point in the history
  4. Fix lint

    pquentin committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    ccf46b2 View commit details
    Browse the repository at this point in the history
  5. Switch to long timeout in a closed connection test

    A part of the test is not supposed to time out, so a short timeout
    does not make sense here.
    pquentin committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    9ea3974 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    8447aed View commit details
    Browse the repository at this point in the history