summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorpaulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-06 23:34:22 +0000
committerpaulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-06 23:34:22 +0000
commit7f210d77eff4c86440d14f54d9867f1d40c35ce6 (patch)
tree976529e87bec0dacef8a29ce1ca510ad9daee776 /tools
parent7ae7c2cbd38f886f4056fa7434a6c1189d98ffd2 (diff)
downloadchromium_src-7f210d77eff4c86440d14f54d9867f1d40c35ce6.zip
chromium_src-7f210d77eff4c86440d14f54d9867f1d40c35ce6.tar.gz
chromium_src-7f210d77eff4c86440d14f54d9867f1d40c35ce6.tar.bz2
Adjust a ui_test timeout to allow more tests to
pass on the purify buildbot. Review URL: http://codereview.chromium.org/16556 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7631 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/purify/chrome_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/purify/chrome_tests.py b/tools/purify/chrome_tests.py
index 39578a9..fe30c3b 100644
--- a/tools/purify/chrome_tests.py
+++ b/tools/purify/chrome_tests.py
@@ -288,7 +288,7 @@ class ChromeTests:
return self.ScriptedTest("chrome", "chrome.exe", "ui_tests",
["ui_tests.exe",
"--single-process",
- "--ui-test-timeout=120000",
+ "--ui-test-timeout=180000",
"--ui-test-action-timeout=80000",
"--ui-test-action-max-timeout=180000"],
multi=True)