Increate allowed build time for Windows Builds under Py3

This commit is contained in:
Pedro Algarvio 2020-01-08 18:50:55 +00:00
parent 35230041f8
commit adaa320a3a
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
2 changed files with 2 additions and 2 deletions

View file

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

View file

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