]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-110662: multiprocessing test_async_timeout() increase timeout (GH-110663...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Oct 2023 03:07:03 +0000 (05:07 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Oct 2023 03:07:03 +0000 (05:07 +0200)
commitc6d5628be950bdf2c31243b4cc0d9e0b658458dd
tree42d8e863b7e232e75bfc169013c5e983599a5044
parent8ca7a230e7f6734987478a4c4db2efded594fb84
[3.11] gh-110662: multiprocessing test_async_timeout() increase timeout (GH-110663) (#110675)

gh-110662: multiprocessing test_async_timeout() increase timeout (GH-110663)

Increase timeout from 1 second to 30 seconds, if not longer. The
important part is that apply_async() takes longer than TIMEOUT2.
(cherry picked from commit 790ecf6302e47b84da5d1c3b14dbdf070bce615b)

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