Staging
v0.5.1
https://github.com/python/cpython
Revision 5f1590d5e679f4dd0b611ef54ae512f137e78f1b authored by Miss Islington (bot) on 17 September 2019, 12:34:13 UTC, committed by Victor Stinner on 17 September 2019, 12:34:13 UTC
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>
1 parent f668d2b
Raw File
Tip revision: 5f1590d5e679f4dd0b611ef54ae512f137e78f1b authored by Miss Islington (bot) on 17 September 2019, 12:34:13 UTC
bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16224)
Tip revision: 5f1590d
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top