Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Oct 5, 2023

Don't measure the CI performance: don't fail if cond.wait_for() takes longer than 1 second on a slow CI.

Don't measure the CI performance: don't fail if cond.wait_for() takes longer than 1 second on a slow CI.
@vstinnervstinnerforce-pushed the test_waitfor_timeout branch from b420ac0 to 544be59CompareOctober 5, 2023 19:07
@vstinnervstinner enabled auto-merge (squash) October 5, 2023 19:08
@vstinnervstinner merged commit 5eae8dc into python:mainOct 5, 2023
@vstinnervstinner deleted the test_waitfor_timeout branch October 5, 2023 19:32
@miss-islington
Copy link
Contributor

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 5, 2023
…-110428) Don't measure the CI performance: don't fail if cond.wait_for() takes longer than 1 second on a slow CI. (cherry picked from commit 5eae8dc) Co-authored-by: Victor Stinner <[email protected]>
@bedevere-app
Copy link

GH-110430 is a backport of this pull request to the 3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12 only security fixes label Oct 5, 2023
@bedevere-app
Copy link

GH-110431 is a backport of this pull request to the 3.11 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.11 only security fixes label Oct 5, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 5, 2023
…-110428) Don't measure the CI performance: don't fail if cond.wait_for() takes longer than 1 second on a slow CI. (cherry picked from commit 5eae8dc) Co-authored-by: Victor Stinner <[email protected]>
vstinner added a commit that referenced this pull request Oct 5, 2023
…) (#110431) gh-109840: Fix multiprocessing test_waitfor_timeout() (GH-110428) Don't measure the CI performance: don't fail if cond.wait_for() takes longer than 1 second on a slow CI. (cherry picked from commit 5eae8dc) Co-authored-by: Victor Stinner <[email protected]>
vstinner added a commit that referenced this pull request Oct 5, 2023
…) (#110430) gh-109840: Fix multiprocessing test_waitfor_timeout() (GH-110428) Don't measure the CI performance: don't fail if cond.wait_for() takes longer than 1 second on a slow CI. (cherry picked from commit 5eae8dc) Co-authored-by: Victor Stinner <[email protected]>
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…10428) Don't measure the CI performance: don't fail if cond.wait_for() takes longer than 1 second on a slow CI.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner@miss-islington