bpo-30317: Fix multiprocessing test_timeout() by vstinner · Pull Request #8621 · python/cpython

@vstinner

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.

pablogsal

pablogsal

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Aug 3, 2018
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 5640d03)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

pablogsal pushed a commit to pablogsal/cpython that referenced this pull request

Aug 3, 2018
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 5640d03)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

miss-islington added a commit that referenced this pull request

Aug 3, 2018
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 5640d03)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

pablogsal added a commit that referenced this pull request

Aug 3, 2018
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 5640d03)

Co-authored-by: Victor Stinner <vstinner@redhat.com>