]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30317: Fix multiprocessing test_timeout() (GH-8621)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 3 Aug 2018 00:26:57 +0000 (17:26 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Aug 2018 00:26:57 +0000 (17:26 -0700)
commit50d78677899d315c17dc9a14d2f94a013046c71a
tree7e7e0f1309058835d39a8b718507df775e34ceec
parent0f9df886d6d1c6b239a2861a0ad0d56bb59e3922
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