]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-109702: Increase concurrent_futures deadlock timeout (GH-109703) (#109708)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 Sep 2023 02:02:57 +0000 (19:02 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2023 02:02:57 +0000 (02:02 +0000)
commit74978ae6c6797e501af6822b3b829fd06a78eadb
tree06c66c8320d43424c12b0e032e05b6e99a816b6a
parent43ff8fcce21377cdce3a594ea10e1a045bb70752
[3.11] gh-109702: Increase concurrent_futures deadlock timeout (GH-109703) (#109708)

gh-109702: Increase concurrent_futures deadlock timeout (GH-109703)

Replace SHORT_TIMEOUT with LONG_TIMEOUT in test_deadlock of
test_concurrent_futures.
(cherry picked from commit 1eb1b45183c3b8aeefe3d5d27694155741e82bbc)

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