]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109840: Fix multiprocessing test_waitfor_timeout() (GH-110428) (#110430)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Oct 2023 20:03:53 +0000 (13:03 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2023 20:03:53 +0000 (20:03 +0000)
commit11137d38222f7874c8cbffe91bd656983288a9b0
treeea656052dbfb2b984d4fe4d4bb6e351ca243845b
parent2ab41c8fbc6beafebe44f232227cb593cbe7a0bd
[3.12] gh-109840: Fix multiprocessing test_waitfor_timeout() (GH-110428) (#110430)

gh-109840: Fix multiprocessing test_waitfor_timeout() (GH-110428)

Don't measure the CI performance: don't fail if cond.wait_for() takes
longer than 1 second on a slow CI.
(cherry picked from commit 5eae8dc2cb832af6ae1ee340fb0194107fe3bd6e)

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