]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109702: Increase concurrent_futures deadlock timeout (GH-109703) (#109705)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2023 15:35:36 +0000 (08:35 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 15:35:36 +0000 (17:35 +0200)
commite25bc38ebb5927e2e7a3b0a201f4d1af8b4e546a
tree471cd1bb9b42a51461851425987d6101b39e0f41
parent8c5fd2105c3d592883b682b5788355aed3f785d7
[3.12] gh-109702: Increase concurrent_futures deadlock timeout (GH-109703) (#109705)

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