bpo-37531: regrtest main process uses shorter timeout by vstinner · Pull Request #16220 · 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.
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Sep 17, 2019When 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>
vstinner added a commit that referenced this pull request
Sep 17, 2019…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 46b0b81) Co-authored-by: Victor Stinner <vstinner@redhat.com>
vstinner added a commit that referenced this pull request
Sep 17, 2019…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 46b0b81) Co-authored-by: Victor Stinner <vstinner@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters