diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-08-14 12:18:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-14 12:18:51 (GMT) |
commit | b0c8369c603633f445ccbb5ca7a8742145ff9eec (patch) | |
tree | de43af98636263000fcdcdb028d3302c89757478 /Misc | |
parent | 6bccbe7dfb998af862a183f2c36f0d4603af2c29 (diff) | |
download | cpython-b0c8369c603633f445ccbb5ca7a8742145ff9eec.zip cpython-b0c8369c603633f445ccbb5ca7a8742145ff9eec.tar.gz cpython-b0c8369c603633f445ccbb5ca7a8742145ff9eec.tar.bz2 |
bpo-37531: Fix regrtest timeout for subprocesses (GH-15072)
Co-Authored-By: Joannah Nanjekye <joannah.nanjekye@ibm.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-07-09-19-38-26.bpo-37531.GX7s8S.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-07-09-19-38-26.bpo-37531.GX7s8S.rst b/Misc/NEWS.d/next/Library/2019-07-09-19-38-26.bpo-37531.GX7s8S.rst new file mode 100644 index 0000000..aaf1052 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-07-09-19-38-26.bpo-37531.GX7s8S.rst @@ -0,0 +1,2 @@ +"python3 -m test -jN --timeout=TIMEOUT" now kills a worker process if it runs +longer than *TIMEOUT* seconds. |