summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorpaulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-15 19:31:27 +0000
committerpaulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-15 19:31:27 +0000
commit0c3b34140b507de0364b054931a148322b9eecdc (patch)
tree2aa9125983c41369ed92ef78837919853145ca2e /tools
parent698379da494963bbe211d6b7a69aa28dc0bcedec (diff)
downloadchromium_src-0c3b34140b507de0364b054931a148322b9eecdc.zip
chromium_src-0c3b34140b507de0364b054931a148322b9eecdc.tar.gz
chromium_src-0c3b34140b507de0364b054931a148322b9eecdc.tar.bz2
Add a sleep timeout argument to the ui_test scripts. This will
allow tests that use inline calls to Sleep() to not delay too long when running under Purify. Review URL: http://codereview.chromium.org/18260 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8107 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/purify/chrome_tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/purify/chrome_tests.py b/tools/purify/chrome_tests.py
index 04c44bb..78f675e 100644
--- a/tools/purify/chrome_tests.py
+++ b/tools/purify/chrome_tests.py
@@ -296,7 +296,8 @@ class ChromeTests:
"--single-process",
"--ui-test-timeout=180000",
"--ui-test-action-timeout=80000",
- "--ui-test-action-max-timeout=180000"],
+ "--ui-test-action-max-timeout=180000",
+ "--ui-test-sleep-timeout=40000"],
multi=True)