]> granicus.if.org Git - python/commit
bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16224)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Sep 2019 12:34:13 +0000 (05:34 -0700)
committerVictor Stinner <vstinner@redhat.com>
Tue, 17 Sep 2019 12:34:13 +0000 (14:34 +0200)
commit5f1590d5e679f4dd0b611ef54ae512f137e78f1b
tree25a2e75349dd630947dd2638101fcf289e22e0f1
parentf668d2b775da4bcd07e142c4bc5ebd88165fadf4
bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16224)

When using multiprocesss (-jN), the main process now uses a timeout
of 60 seconds instead of the double of the --timeout value. The
buildbot server stops a job which does not produce any output in 1200
seconds.
(cherry picked from commit 46b0b81220a23bc4aee5ba3ba67e8cf1b5df7960)

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