summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/chrome_tests.py
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-18 10:01:04 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-18 10:01:04 +0000
commit64c56e21349440ac3acfae104e2a0927a20e38a8 (patch)
tree19a355b9cef2a31b28492ab3edd06203cea05b1c /tools/valgrind/chrome_tests.py
parentcd3d870e21258934aeaff96be0f98f2b5d63f2d0 (diff)
downloadchromium_src-64c56e21349440ac3acfae104e2a0927a20e38a8.zip
chromium_src-64c56e21349440ac3acfae104e2a0927a20e38a8.tar.gz
chromium_src-64c56e21349440ac3acfae104e2a0927a20e38a8.tar.bz2
Increase the total chrome_tests timeout to 4 hours
This is needed to run interactive_ui_tests and Dr. Memory on slow machines TBR=thestig Review URL: http://codereview.chromium.org/8329015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106051 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/chrome_tests.py')
-rwxr-xr-xtools/valgrind/chrome_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py
index 93fcd59..7a620a9 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -276,7 +276,7 @@ class ChromeTests:
return self.SimpleTest("views", "views_unittests")
# Valgrind timeouts are in seconds.
- UI_VALGRIND_ARGS = ["--timeout=10000", "--trace_children", "--indirect"]
+ UI_VALGRIND_ARGS = ["--timeout=14400", "--trace_children", "--indirect"]
# UI test timeouts are in milliseconds.
UI_TEST_ARGS = ["--ui-test-action-timeout=80000",
"--ui-test-action-max-timeout=200000"]