summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/chrome_tests.py
diff options
context:
space:
mode:
authoreugenis@google.com <eugenis@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-12 08:15:42 +0000
committereugenis@google.com <eugenis@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-12 08:15:42 +0000
commitdb4b5bed67c0fcd0d6085363838512cba12e2854 (patch)
tree5ba1222a54f1ed9af0f4d38f04a2395dd1335bae /tools/valgrind/chrome_tests.py
parente6eb171a5edca28341f77dd40c63c1792ddbb5cb (diff)
downloadchromium_src-db4b5bed67c0fcd0d6085363838512cba12e2854.zip
chromium_src-db4b5bed67c0fcd0d6085363838512cba12e2854.tar.gz
chromium_src-db4b5bed67c0fcd0d6085363838512cba12e2854.tar.bz2
Increase tiny test timeout under Valgrind.
TEST=may or may not fix flaky failures of WorkerPoolTest.PostTaskAndReply test. BUG=None Review URL: https://chromiumcodereview.appspot.com/10053010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131950 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/chrome_tests.py')
-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 b74b004..787b28e 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -210,6 +210,7 @@ class ChromeTests:
tool = valgrind_test.CreateTool(self._options.valgrind_tool)
cmd = self._DefaultCommand(tool, name, valgrind_test_args)
self._AppendGtestFilter(tool, name, cmd)
+ cmd.extend(['--test-tiny-timeout=1000'])
if cmd_args:
cmd.extend(cmd_args)