8000 bpo-33723: Fix test_time.test_thread_time() by vstinner · Pull Request #10724 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-33723: Fix test_time.test_thread_time() #10724

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

Merged
merged 1 commit into from
Nov 26, 2018
Merged

bpo-33723: Fix test_time.test_thread_time() #10724

merged 1 commit into from
Nov 26, 2018

Conversation

vstinner
Copy link
Member
@vstinner vstinner commented Nov 26, 2018

Tolerate up to 30 ms, instead of 15 min, in other threads.

https://bugs.python.org/issue33723

Tolerate up to 30 ms, instead of 15 min, in other threads.
@bedevere-bot bedevere-bot added tests Tests in the Lib/test dir awaiting merge labels Nov 26, 2018
@vstinner vstinner added skip news and removed awaiting merge tests Tests in the Lib/test dir labels Nov 26, 2018
@vstinner vstinner requested a review from pitrou November 26, 2018 16:42
@vstinner vstinner merged commit 65c216e into python:master Nov 26, 2018
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖

@vstinner vstinner deleted the thread_time branch November 26, 2018 20:19
@bedevere-bot
Copy link

GH-10726 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 26, 2018
Tolerate up to 30 ms, instead of 15 min, in other threads.
(cherry picked from commit 65c216e)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
@miss-islington
Copy link
Contributor

Sorry, @vstinner, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 65c216e74f7957006ef7653b7e2afe83007c45ce 3.6

miss-islington added a commit that referenced this pull request Nov 26, 2018
Tolerate up to 30 ms, instead of 15 min, in other threads.
(cherry picked from commit 65c216e)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0