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

test_asyncio: run_until() implements exponential sleep #93866

Merged
merged 1 commit into from
Jun 15, 2022
Merged

test_asyncio: run_until() implements exponential sleep #93866

merged 1 commit into from
Jun 15, 2022

Commits on Jun 15, 2022

  1. test_asyncio: run_until() implements exponential sleep

    run_until() of test.test_asyncio.utils now uses an exponential sleep
    delay (max: 1 second), rather than a fixed delay of 1 ms. Similar
    design than support.sleeping_retry() wait strategy that applies
    exponential backoff.
    vstinner committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    c5aae91 View commit details
    Browse the repository at this point in the history