-h/--help -- print this text and exit
--timeout TIMEOUT
-- dump the traceback and exit if a test takes more
- than TIMEOUT seconds (default: 15 minutes); disable
+ than TIMEOUT seconds (default: 30 minutes); disable
the timeout if TIMEOUT is zero
Verbosity
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=15*60):
+ header=False, timeout=30*60):
"""Execute a test suite.
This also parses command-line options and modifies its behavior
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.