Bump the default timeout to 20 seconds

This commit is contained in:
Robin Dunn
2016-07-01 14:01:38 -07:00
parent b8138a2a2f
commit 58d631c1bd

View File

@@ -422,7 +422,7 @@ def makeOptionParser():
("jom", (False, "Use jom instead of nmake for the wxMSW build")),
("relwithdebug", (False, "Turn on the generation of debug info for release builds on MSW.")),
("release_build", (False, "Turn off some development options for a release build.")),
("pytest_timeout", ("10", "Timeout, in seconds, for stopping stuck test cases")),
("pytest_timeout", ("20", "Timeout, in seconds, for stopping stuck test cases")),
("pytest_jobs", ("", "Number of parallel processes py.test should run")),
]