Issue #11727, issue #11753, issue #11755: disable regrtest timeout

Disable regrtest timeout until #11753 and #11755 are fixed
This commit is contained in:
Victor Stinner 2011-04-03 23:46:42 +02:00
parent f77ccc6d7e
commit d7edf3b82d
2 changed files with 3 additions and 4 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=30*60):
header=False, timeout=None):
"""Execute a test suite.
This also parses command-line options and modifies its behavior