]> granicus.if.org Git - python/commit
bpo-30317: Fix multiprocessing test_timeout() (GH-8621)
authorVictor Stinner <vstinner@redhat.com>
Fri, 3 Aug 2018 00:09:00 +0000 (02:09 +0200)
committerPablo Galindo <Pablogsal@gmail.com>
Fri, 3 Aug 2018 00:09:00 +0000 (01:09 +0100)
commit5640d030e100aade54210034828b711c3b506b18
tree9255e3d905972dd40aa2c518c170c9b150c51b78
parent72ec3193b5118a2ccc8be8bf03d7b74691c6a264
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.
Lib/test/_test_multiprocessing.py