commit | d91a5caf0d8c8fa754d07d733f21c0e442b9067f | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Apr 01 18:16:36 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Apr 01 18:16:36 2011 +0200 |
tree | 59506e6ab31b7441b6f4acac5e5ab931e7ee737f | |
parent | 305bff1ef5715c1a6db1e42a8b62bf8240109bb0 [diff] [blame] |
Issue #11727: set regrtest default timeout to 30 minutes
diff --git a/Misc/NEWS b/Misc/NEWS index 5a0e8a3..31d896a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -361,7 +361,7 @@ Tests ----- -- Issue #11727: If a test takes more than 15 minutes, regrtest dumps the +- 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.