]> granicus.if.org Git - python/commit
bpo-37531: regrtest main process uses shorter timeout (GH-16220)
authorVictor Stinner <vstinner@redhat.com>
Tue, 17 Sep 2019 08:08:19 +0000 (10:08 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2019 08:08:19 +0000 (10:08 +0200)
commit46b0b81220a23bc4aee5ba3ba67e8cf1b5df7960
treeeac2bf720d9e6f7d6fffd82f36ff0175a56c21ba
parent5d359cc62e0244e1fd8d17146a4135079d6843bf
bpo-37531: regrtest main process uses shorter timeout (GH-16220)

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.
Lib/test/libregrtest/runtest_mp.py