Reenable regrtest.py timeout (30 min): #11738 and #11753 looks to be fixed

This commit is contained in:
Victor Stinner 2011-04-04 12:54:33 +02:00
parent da9edae1f4
commit f7ec1698a2
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
findleaks=False, use_resources=None, trace=False, coverdir='coverage',
runleaks=False, huntrleaks=False, verbose2=False, print_slow=False,
random_seed=None, use_mp=None, verbose3=False, forever=False,
header=False, timeout=None):
header=False, timeout=30*60):
"""Execute a test suite.
This also parses command-line options and modifies its behavior