Bump Windows 2019 Py3 builds timeout to 10 hours

Refs https://github.com/saltstack/salt/issues/56234
This commit is contained in:
Pedro Algarvio 2020-03-10 16:43:07 +00:00
parent a204906c80
commit 11bdc38ae3
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -10,7 +10,7 @@ runTestSuite(
nox_env_name: 'runtests-zeromq',
nox_passthrough_opts: '--unit',
python_version: 'py3',
testrun_timeout: 9,
testrun_timeout: 10,
use_spot_instances: false)
// vim: ft=groovy