]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109702: Increase concurrent_futures deadlock timeout (#109703)
authorVictor Stinner <vstinner@python.org>
Fri, 22 Sep 2023 01:13:31 +0000 (03:13 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2023 01:13:31 +0000 (03:13 +0200)
commit1eb1b45183c3b8aeefe3d5d27694155741e82bbc
tree6d64120f03142045dcd2032e0bba4e11ce2ff062
parent4230d7ce93cc25e9c5fb564a0b37e93f19ca0e4e
gh-109702: Increase concurrent_futures deadlock timeout (#109703)

Replace SHORT_TIMEOUT with LONG_TIMEOUT in test_deadlock of
test_concurrent_futures.
Lib/test/test_concurrent_futures/test_deadlock.py