diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-15 09:38:33 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-15 09:38:33 +0000 |
commit | ebe98fbd99c04b097c0dbd6ac0b933662d723eb8 (patch) | |
tree | c0abc88888973d9f9bb4ec8894d5fc8543d51750 /tools | |
parent | 93d9ef4bb7589f0e087aa191a1eafa14efe93e52 (diff) | |
download | chromium_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-x | tools/valgrind/chrome_tests.py | 2 |
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() |