Commit c8d6e06f authored by Antoine Pitrou's avatar Antoine Pitrou

Fix faulthandler timeout to avoid breaking buildbots

parent ae21467a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment