]> granicus.if.org Git - python/commit
bpo-33715: Fix multiprocessing test_wait_result() (GH-7971)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 Jun 2018 21:20:09 +0000 (14:20 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Jun 2018 21:20:09 +0000 (14:20 -0700)
commit404250ed65e01505c1ec7ea194804df160ce5400
treedba35f1556bb880562d63f871584c0ab55fd10dc
parent1d06be8cc55715be8c32ec3b462adfb3a7839dfe
bpo-33715: Fix multiprocessing test_wait_result() (GH-7971)

Increase timeouts from 10 seconds to 1 minute.
(cherry picked from commit 492572715aa0f4ddab51f979f7f56465c762227c)

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