diff options
-rwxr-xr-x | tools/valgrind/chrome_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py index 787b28e..265ee0b 100755 --- a/tools/valgrind/chrome_tests.py +++ b/tools/valgrind/chrome_tests.py @@ -382,7 +382,7 @@ class ChromeTests: "run_webkit_tests.py") script_cmd = ["python", script, "-v", "--run-singly", # run a separate DumpRenderTree for each test - "--experimental-fully-parallel", + "--fully-parallel", "--time-out-ms=200000", "--noshow-results", "--nocheck-sys-deps"] |