]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110662: multiprocessing test_async_timeout() increase timeout (#110663)
authorVictor Stinner <vstinner@python.org>
Wed, 11 Oct 2023 02:36:06 +0000 (04:36 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Oct 2023 02:36:06 +0000 (02:36 +0000)
commit790ecf6302e47b84da5d1c3b14dbdf070bce615b
treeefed11c24800245ed13edd8d5ed165189575f118
parent1556f426da3f2fb5842689999933c8038b65c034
gh-110662: multiprocessing test_async_timeout() increase timeout (#110663)

Increase timeout from 1 second to 30 seconds, if not longer. The
important part is that apply_async() takes longer than TIMEOUT2.
Lib/test/_test_multiprocessing.py