diff --git a/tests/DumpRenderTree/assets/run_layout_tests.py b/tests/DumpRenderTree/assets/run_layout_tests.py index c056de51adc35..c3e6b5b48fa07 100755 --- a/tests/DumpRenderTree/assets/run_layout_tests.py +++ b/tests/DumpRenderTree/assets/run_layout_tests.py @@ -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