with_timeout.py: set default timeout to 40 seconds
This commit is contained in:
@@ -41,7 +41,7 @@ if sys.argv[1:2] and sys.argv[1]=='-t':
|
||||
TIMEOUT = int(sys.argv[1])
|
||||
del sys.argv[1]
|
||||
else:
|
||||
TIMEOUT = 20
|
||||
TIMEOUT = 40
|
||||
|
||||
try:
|
||||
disabled_tests
|
||||
|
Reference in New Issue
Block a user