commit | 46b0b81220a23bc4aee5ba3ba67e8cf1b5df7960 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Tue Sep 17 10:08:19 2019 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 17 10:08:19 2019 +0200 |
tree | eac2bf720d9e6f7d6fffd82f36ff0175a56c21ba | |
parent | 5d359cc62e0244e1fd8d17146a4135079d6843bf [diff] |
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.