Skip to content

Commit 36c267c

Browse files
Trottaddaleax
authored andcommitted
tools: increase test timeouts
At least temporarily until snapshots are restored, increase timeout for tests. Tests that spawn many processes are timing out across many platforms on CI. PR-URL: #14197 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent ef53149 commit 36c267c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ def BuildOptions():
13701370
result.add_option("-s", "--suite", help="A test suite",
13711371
default=[], action="append")
13721372
result.add_option("-t", "--timeout", help="Timeout in seconds",
1373-
default=60, type="int")
1373+
default=120, type="int")
13741374
result.add_option("--arch", help='The architecture to run tests for',
13751375
default='none')
13761376
result.add_option("--snapshot", help="Run the tests with snapshot turned on",

0 commit comments

Comments
 (0)