Increase timeout for centos tests

This commit is contained in:
Megan Wilhite 2021-08-10 07:06:22 -04:00
parent 5e6f2d6960
commit 4367e1d481
4 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ runTestSuite(
nox_env_name: 'pytest-zeromq-m2crypto',
nox_passthrough_opts: '--ssh-tests',
python_version: 'py3',
testrun_timeout: 6,
testrun_timeout: 8,
use_spot_instances: true,
)

View file

@ -10,7 +10,7 @@ runTestSuite(
nox_env_name: 'pytest-zeromq-pycryptodome',
nox_passthrough_opts: '--ssh-tests',
python_version: 'py3',
testrun_timeout: 6,
testrun_timeout: 8,
use_spot_instances: true)
// vim: ft=groovy

View file

@ -10,7 +10,7 @@ runTestSuite(
nox_env_name: 'pytest-zeromq',
nox_passthrough_opts: '--ssh-tests',
python_version: 'py3',
testrun_timeout: 6,
testrun_timeout: 8,
use_spot_instances: true,
)

View file

@ -10,7 +10,7 @@ runTestSuite(
nox_env_name: 'pytest-tcp',
nox_passthrough_opts: '--ssh-tests',
python_version: 'py3',
testrun_timeout: 6,
testrun_timeout: 8,
use_spot_instances: true,
)