-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
gh-143528: Fix test_time.test_thread_time() #143558
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
Conversation
Tolerate 100 ms instead of 20 ms to support slow CIs.
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
Tolerate 100 ms instead of 20 ms to support slow CIs. (cherry picked from commit efaa56f) Co-authored-by: Victor Stinner <vstinner@python.org>
Tolerate 100 ms instead of 20 ms to support slow CIs. (cherry picked from commit efaa56f) Co-authored-by: Victor Stinner <vstinner@python.org>
|
GH-143559 is a backport of this pull request to the 3.14 branch. |
|
GH-143560 is a backport of this pull request to the 3.13 branch. |
|
Tolerate 100 ms instead of 20 ms to support slow CIs.