]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-109401: Fix threading barrier test_default_timeout() (GH-109875) (#109877)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 Sep 2023 00:34:00 +0000 (17:34 -0700)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2023 00:34:00 +0000 (00:34 +0000)
commit95e616aee099949a3707ec487dfc87b1eae65876
tree9aac7064f7c73d338ba81d7ac5c88faf2798fd1f
parent358282e9655a4baf09aa876531fa56f3b5810ddf
[3.11] gh-109401: Fix threading barrier test_default_timeout() (GH-109875) (#109877)

gh-109401: Fix threading barrier test_default_timeout() (GH-109875)

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

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/lock_tests.py