diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-04-03 21:46:42 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-04-03 21:46:42 (GMT) |
commit | d7edf3b82de5d8491f830aa576d7103fd818c3fd (patch) | |
tree | 9c3833e8c388ca6eb9411e984d56fe05c5c51cdc /Misc | |
parent | f77ccc6d7e2f731e0a288282fd8dba48b05be12f (diff) | |
download | cpython-d7edf3b82de5d8491f830aa576d7103fd818c3fd.zip cpython-d7edf3b82de5d8491f830aa576d7103fd818c3fd.tar.gz cpython-d7edf3b82de5d8491f830aa576d7103fd818c3fd.tar.bz2 |
Issue #11727, issue #11753, issue #11755: disable regrtest timeout
Disable regrtest timeout until #11753 and #11755 are fixed
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -370,9 +370,8 @@ Extensions Tests ----- -- Issue #11727: If a test takes more than 30 minutes, regrtest dumps the - traceback of all threads and exits. Use --timeout option to change the - default timeout or to disable it. +- Issue #11727: Add a --timeout option to regrtest: if a test takes more than + TIMEOUT seconds, dumps the traceback of all threads and exits. - Issue #11653: fix -W with -j in regrtest. |