mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Seems more stable with concurrency 3, may increase later
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
37f39582cc
commit
099060e38d
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
expeditor:
|
||||
defaults:
|
||||
buildkite:
|
||||
timeout_in_minutes: 45
|
||||
timeout_in_minutes: 60
|
||||
retry:
|
||||
automatic:
|
||||
limit: 1
|
||||
|
@ -15,7 +15,7 @@ steps:
|
|||
executor:
|
||||
docker:
|
||||
environment:
|
||||
- CONCURRENCY: 5
|
||||
- CONCURRENCY: 3
|
||||
- DOCKER: 1
|
||||
- KITCHEN_YAML: kitchen.dokken.yml
|
||||
image: ruby:2.7
|
||||
|
|
Loading…
Reference in a new issue