]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:06:58 +0000 (05:06 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Oct 2023 03:06:58 +0000 (05:06 +0200)
commitbe381b5df5957197d5d534560315e9adcd35aa24
tree97c3691481e58323af872fd5d69cb5d48fdc231f
parent18458a527f36b6c00c1f41845eaac3ec4f26c69f
[3.12] gh-110662: multiprocessing test_async_timeout() increase timeout (GH-110663) (#110674)

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