]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30317: Fix multiprocessing test_timeout() (GH-8621)
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 3 Aug 2018 21:00:53 +0000 (22:00 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Aug 2018 21:00:53 +0000 (22:00 +0100)
commitf0e3da8814259283e8f3d53ad3d9735ffc273e00
treed2936100df88c96f2322f98457ff3adc4a1b279a
parentaae872ece18dafb55250e4b622efd1c74484d747
bpo-30317: Fix multiprocessing test_timeout() (GH-8621)

Multiprocessing test_timeout() now accepts a delta of 100 ms instead
of just 50 ms, since the test failed with 135.8 ms instead of the
expected 200 ms.
(cherry picked from commit 5640d030e100aade54210034828b711c3b506b18)

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