Merge change 23406 into eclair
* changes: allow a longer timeout for layout tests, see if it stabilizes pass/fail numbers
This commit is contained in:
@@ -175,7 +175,7 @@ def main(options, args):
|
||||
# Count crashed tests.
|
||||
crashed_tests = []
|
||||
|
||||
timeout_ms = '5000'
|
||||
timeout_ms = '30000'
|
||||
if options.time_out_ms:
|
||||
timeout_ms = options.time_out_ms
|
||||
|
||||
|
||||
Reference in New Issue
Block a user