[3.7] bpo-37531: regrtest main process uses shorter timeout (GH-16220) by miss-islington · Pull Request #16223 · python/cpython
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 46b0b81)
Co-authored-by: Victor Stinner vstinner@redhat.com