diff options
Diffstat (limited to 'tools/valgrind/chrome_tests.py')
-rwxr-xr-x | tools/valgrind/chrome_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py index fb29b30..dc72324 100755 --- a/tools/valgrind/chrome_tests.py +++ b/tools/valgrind/chrome_tests.py @@ -268,6 +268,7 @@ class ChromeTests: "--ui-test-timeout=180000", "--ui-test-action-timeout=120000", "--ui-test-action-max-timeout=180000", + "--ui-test-sleep-timeout=120000", "--ui-test-terminate-timeout=120000"]) def TestSync(self): |