Skip to content

Commit

Permalink
Merge pull request #55819 from s0undt3ch/features/pytest-master-6
Browse files Browse the repository at this point in the history
Increate allowed build time for Windows Builds under Py3
  • Loading branch information
dwoz authored Jan 9, 2020
2 parents 3523004 + 9e145af commit 224278d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/kitchen-amazon1-py2
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .ci/kitchen-windows2016-py3
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .ci/kitchen-windows2019-py3
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 224278d

Please sign in to comment.