diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-21 13:07:59 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-21 13:07:59 +0000 |
commit | c49799347824326b6438366acbaadfda0df0726b (patch) | |
tree | 15e88b3261f898d6eadd701e66550c2fb47f2f52 /tools/valgrind | |
parent | fce21ff8caedce1a014ce138d65e75558db629e7 (diff) | |
download | chromium_src-c49799347824326b6438366acbaadfda0df0726b.zip chromium_src-c49799347824326b6438366acbaadfda0df0726b.tar.gz chromium_src-c49799347824326b6438366acbaadfda0df0726b.tar.bz2 |
Increase sleep timeout for valgrind UI tests.
DownloadTest.CloseNewTab2 is failing (ASSERT failure, not memory leak) under valgrind because of a timeout.
This patch increases the sleep timeout for UI tests to the same value as the action timeout (when running the test normally, the default value for the sleep timeout is also the action timeout).
BUG=none
TEST=DownloadTest.CloseNewTab2 (run under valgrind)
Review URL: http://codereview.chromium.org/1725003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45183 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-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): |