Index: tools/valgrind/chrome_tests.py |
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py |
index fb45f5556b4b6dbd05e542973bcd931a34a4c688..8662c23f5e19e5b65e954e0477011f02492b637f 100755 |
--- a/tools/valgrind/chrome_tests.py |
+++ b/tools/valgrind/chrome_tests.py |
@@ -273,8 +273,7 @@ class ChromeTests: |
UI_VALGRIND_ARGS = ["--timeout=7200", "--trace_children", "--indirect"] |
# UI test timeouts are in milliseconds. |
UI_TEST_ARGS = ["--ui-test-action-timeout=120000", |
- "--ui-test-action-max-timeout=280000", |
- "--ui-test-terminate-timeout=120000"] |
+ "--ui-test-action-max-timeout=280000"] |
def TestUI(self): |
return self.SimpleTest("chrome", "ui_tests", |
valgrind_test_args=self.UI_VALGRIND_ARGS, |