diff --git a/.ci/kitchen-amazon1-py2 b/.ci/kitchen-amazon1-py2 index 9a21f5c63f82..4cfd9e86e08b 100644 --- a/.ci/kitchen-amazon1-py2 +++ b/.ci/kitchen-amazon1-py2 @@ -10,7 +10,7 @@ runTestSuite( nox_env_name: 'runtests-zeromq', nox_passthrough_opts: '--ssh-tests', python_version: 'py2', - testrun_timeout: 6, + testrun_timeout: 7, use_spot_instances: true) // vim: ft=groovy diff --git a/.ci/kitchen-windows2016-py3 b/.ci/kitchen-windows2016-py3 index 16d137890efd..a0fc54ca89f8 100644 --- a/.ci/kitchen-windows2016-py3 +++ b/.ci/kitchen-windows2016-py3 @@ -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 diff --git a/.ci/kitchen-windows2019-py3 b/.ci/kitchen-windows2019-py3 index 9ec0131ca2db..12e13a51cc67 100644 --- a/.ci/kitchen-windows2019-py3 +++ b/.ci/kitchen-windows2019-py3 @@ -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