Let Mac OS Mojave run for 8 hours to avoid timeout

This commit is contained in:
twangboy 2021-05-26 13:43:25 -06:00 committed by Gareth J. Greenaway
parent 09cc2f3d69
commit 97309dc79b

View file

@ -14,7 +14,7 @@ runTestSuite(
nox_passthrough_opts: '--ssh-tests',
python_version: 'py3',
//splits: ['unit', 'integration', 'multimaster'],
testrun_timeout: 6,
testrun_timeout: 8,
use_spot_instances: false,
//fast_slow_staged_testrun: true
)