summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-04-01 16:16:36 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-04-01 16:16:36 (GMT)
commitd91a5caf0d8c8fa754d07d733f21c0e442b9067f (patch)
tree59506e6ab31b7441b6f4acac5e5ab931e7ee737f /Misc
parent305bff1ef5715c1a6db1e42a8b62bf8240109bb0 (diff)
downloadcpython-d91a5caf0d8c8fa754d07d733f21c0e442b9067f.zip
cpython-d91a5caf0d8c8fa754d07d733f21c0e442b9067f.tar.gz
cpython-d91a5caf0d8c8fa754d07d733f21c0e442b9067f.tar.bz2
Issue #11727: set regrtest default timeout to 30 minutes
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5a0e8a3..31d896a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -361,7 +361,7 @@ Extensions
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.