diff options
Diffstat (limited to 'tools/valgrind/chrome_tests.py')
-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 24ec2f0..00dcbf1 100755 --- a/tools/valgrind/chrome_tests.py +++ b/tools/valgrind/chrome_tests.py @@ -240,10 +240,10 @@ class ChromeTests: def TestUI(self): return self.SimpleTest("chrome", "ui_tests", valgrind_test_args=[ + "--timeout=120000", "--trace_children", "--indirect"], cmd_args=[ - "--timeout=120000", "--ui-test-timeout=120000", "--ui-test-action-timeout=80000", "--ui-test-action-max-timeout=180000"]) |