]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16223)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Sep 2019 12:34:03 +0000 (05:34 -0700)
committerVictor Stinner <vstinner@redhat.com>
Tue, 17 Sep 2019 12:34:03 +0000 (14:34 +0200)
commit6591b4bbb1c0b9c26b99e4b2dba1e5cc8546732d
tree04f3b67aa639832941b261d1b8c114a558b2044d
parent6422392f34871b90ab9c77043f049b35baf4faf5
bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16223)

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