Commit 3894c466 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5407 decrease default stress test time so that recovery tests run more...

refs #5407 decrease default stress test time so that recovery tests run more frequently, regular tests should still have plenty of time to run


git-svn-id: file:///svn/toku/tokudb@47259 c7de825b-a66e-492c-adef-691d508d4ae1
parent 317fa552
......@@ -692,8 +692,8 @@ if __name__ == '__main__':
test_group = OptionGroup(parser, 'Scheduler Options', 'Control how the scheduler runs jobs.')
test_group.add_option('-t', '--test_time', type='int', dest='test_time',
default=600,
help='time to run each test, in seconds [default=600]'),
default=60,
help='time to run each test, in seconds [default=60]'),
test_group.add_option('-j', '--jobs', type='int', dest='jobs', default=8,
help='how many concurrent tests to run [default=8]')
test_group.add_option('--maxlarge', type='int', dest='maxlarge', default=2,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment