Skip to content

[3.12] gh-109401: Fix threading barrier test_default_timeout() (GH-109875) - #109876

Closed
miss-islington wants to merge 2 commits into
python:3.12from
miss-islington:backport-e5186c3-3.12
Closed

[3.12] gh-109401: Fix threading barrier test_default_timeout() (GH-109875)#109876
miss-islington wants to merge 2 commits into
python:3.12from
miss-islington:backport-e5186c3-3.12

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Sep 26, 2023

Copy link
Copy Markdown
Contributor

Increase timeouts. Barrier default timeout should be long enough to
spawn 4 threads on a slow CI.
(cherry picked from commit e5186c3)

Co-authored-by: Victor Stinner vstinner@python.org

…GH-109875)
Increase timeouts. Barrier default timeout should be long enough to
spawn 4 threads on a slow CI.
(cherry picked from commit e5186c3)
Co-authored-by: Victor Stinner <vstinner@python.org>

@vstinnervstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

@vstinner

Copy link
Copy Markdown
Member

I fixed the test as part of a larger backported: commit 1d032ea. I close this PR.

@vstinnervstinner closed this Oct 4, 2023
@miss-islington
miss-islington deleted the backport-e5186c3-3.12 branch October 4, 2023 11:55
Sign up for freeto 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.

3 participants

@miss-islington@vstinner@Yhg1s