mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Increase timeout for centos tests
This commit is contained in:
parent
5e6f2d6960
commit
4367e1d481
4 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue