diff options
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() |