summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-11 02:43:08 +0000
committerdkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-11 02:43:08 +0000
commitda4f93efcfa81849826a188b39c92fb3b94a87f6 (patch)
treea42ed6d52d4727507a0b871e030c2b2ed7b66263
parent22138e61a88976e585cb6c7e8833e6d60fb5807d (diff)
downloadchromium_src-da4f93efcfa81849826a188b39c92fb3b94a87f6.zip
chromium_src-da4f93efcfa81849826a188b39c92fb3b94a87f6.tar.gz
chromium_src-da4f93efcfa81849826a188b39c92fb3b94a87f6.tar.bz2
Raise timeout on ui tests to 12000 seconds, since on the
Mac it was regularly hitting the default timeout of 10000 seconds. (Really should take the size of the shard into account, but we can do that later if we have lots of hangs.) Should fix error 14:37:55 common.py [INFO] process timed out 14:37:55 common.py [ERROR] KILLED 17207 14:37:56 common.py [ERROR] TIMEOUT waiting for src/xcodebuild/Debug/ui_tests in http://build.chromium.org/buildbot/waterfall/builders/Modules%20Mac%20(valgrind)/builds/479/steps/valgrind%20test%3A%20ui/logs/stdio Review URL: http://codereview.chromium.org/114012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15747 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-xtools/valgrind/chrome_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py
index 8675c34..24ec2f0 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -243,6 +243,7 @@ class ChromeTests:
"--trace_children",
"--indirect"],
cmd_args=[
+ "--timeout=120000",
"--ui-test-timeout=120000",
"--ui-test-action-timeout=80000",
"--ui-test-action-max-timeout=180000"])