]> granicus.if.org Git - python/commitdiff
Fix faulthandler timeout to avoid breaking buildbots
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 7 Apr 2011 21:22:28 +0000 (23:22 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 7 Apr 2011 21:22:28 +0000 (23:22 +0200)
Lib/test/regrtest.py

index 704ad77dfd832c9fa283cb06d398616b075b41f6..414aeff141c74ab99ed074b73c6634d87876ffa7 100755 (executable)
@@ -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=60*60):
     """Execute a test suite.
 
     This also parses command-line options and modifies its behavior