summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-15 09:38:33 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-15 09:38:33 +0000
commitebe98fbd99c04b097c0dbd6ac0b933662d723eb8 (patch)
treec0abc88888973d9f9bb4ec8894d5fc8543d51750 /tools
parent93d9ef4bb7589f0e087aa191a1eafa14efe93e52 (diff)
downloadchromium_src-ebe98fbd99c04b097c0dbd6ac0b933662d723eb8.zip
chromium_src-ebe98fbd99c04b097c0dbd6ac0b933662d723eb8.tar.gz
chromium_src-ebe98fbd99c04b097c0dbd6ac0b933662d723eb8.tar.bz2
Run 2.5x more tests on the WebKit Linux bot as now it's 2.5x faster
BUG=106845 TBR=thestig Review URL: http://codereview.chromium.org/8951010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114614 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 8fcc6ca..a2449dd 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=200, type="int",
+ parser.add_option("-n", "--num_tests", default=500, type="int",
help="for layout tests: # of subtests per run. 0 for all.")
options, args = parser.parse_args()