]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109401: Fix threading barrier test_default_timeout() (#109875)
authorVictor Stinner <vstinner@python.org>
Tue, 26 Sep 2023 00:07:12 +0000 (02:07 +0200)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2023 00:07:12 +0000 (00:07 +0000)
commite5186c3de4194de3ea8c80edb182d786f5e20944
tree9ee646ceb2f761028d4b870d304aadf2d25d8baf
parente9791ba35175171170ff09094ea46b91fc18c654
gh-109401: Fix threading barrier test_default_timeout() (#109875)

Increase timeouts. Barrier default timeout should be long enough to
spawn 4 threads on a slow CI.
Lib/test/lock_tests.py