Merge branch 'master' into hotfix/requirements

This commit is contained in:
Daniel Wozniak 2020-03-10 16:49:12 -07:00 committed by GitHub
commit c19f4a3fae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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