From 0c3b34140b507de0364b054931a148322b9eecdc Mon Sep 17 00:00:00 2001 From: "paulg@google.com" Date: Thu, 15 Jan 2009 19:31:27 +0000 Subject: 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 --- tools/purify/chrome_tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') 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) -- cgit v1.1