diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-07 14:33:01 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-07 14:33:01 +0000 |
commit | 01540765be8ae546c7f2e2105621bd431f8462b1 (patch) | |
tree | 9614c3faa2c82a0081ab32ac368413093412d4f1 | |
parent | 628cf5a5435bc883c20a671b7d1fa50dab77e34a (diff) | |
download | chromium_src-01540765be8ae546c7f2e2105621bd431f8462b1.zip chromium_src-01540765be8ae546c7f2e2105621bd431f8462b1.tar.gz chromium_src-01540765be8ae546c7f2e2105621bd431f8462b1.tar.bz2 |
Increase the timeout value for UI tests. Several tests run for 203k+
milliseconds on Mac OS under Valgrind.
TBR=timurrrr
Review URL: http://codereview.chromium.org/2627011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49055 0039d316-1c4b-4281-b951-d872f2087c98
-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 a6b5e67..9e1967c 100755 --- a/tools/valgrind/chrome_tests.py +++ b/tools/valgrind/chrome_tests.py @@ -257,7 +257,7 @@ class ChromeTests: "--trace_children", "--indirect"], cmd_args=[ - "--ui-test-timeout=180000", + "--ui-test-timeout=240000", "--ui-test-action-timeout=120000", "--ui-test-action-max-timeout=180000", "--ui-test-sleep-timeout=120000", |