]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-109840: Fix multiprocessing test_waitfor_timeout() (GH-110428) (#110431)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Oct 2023 19:53:14 +0000 (12:53 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2023 19:53:14 +0000 (19:53 +0000)
commita503bdf21fefb61999d1b4afdd288156b3138655
treebeb9be80725bd81a2bfdd52cacf68102758ad04a
parent8da3367067f3e22d2369a00640185525813520fb
[3.11] gh-109840: Fix multiprocessing test_waitfor_timeout() (GH-110428) (#110431)

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