summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-15 14:06:14 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-15 14:06:14 +0000
commitd6d2bafaa1b0b6c43fc5142ed84e71d90e335d47 (patch)
tree55fc2733ad90973747b819a9cd030db7cfd93a6d /tools
parent6b55790a01949ceed731555e7f0da6c7d13d35cd (diff)
downloadchromium_src-d6d2bafaa1b0b6c43fc5142ed84e71d90e335d47.zip
chromium_src-d6d2bafaa1b0b6c43fc5142ed84e71d90e335d47.tar.gz
chromium_src-d6d2bafaa1b0b6c43fc5142ed84e71d90e335d47.tar.bz2
Run 3x more tests on WebKit Linux Valgrind bot
Looks like I've underestimated the new builder's speed! TBR=thestig Review URL: http://codereview.chromium.org/8954012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114631 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-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 a2449dd..42e7472 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -497,7 +497,7 @@ def _main():
"instead of /tmp.\nThis can be useful for tool "
"developers/maintainers.\nPlease note that the <tool>"
".logs directory will be clobbered on tool startup.")
- parser.add_option("-n", "--num_tests", default=500, type="int",
+ parser.add_option("-n", "--num_tests", default=1500, type="int",
help="for layout tests: # of subtests per run. 0 for all.")
options, args = parser.parse_args()