Skip to content

Commit 2db5865

Browse files
committed
test(kitchen): avoid lengthy waits for containers
1 parent 12190c4 commit 2db5865

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

kitchen.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ provisioner:
2020
pillars_from_directories:
2121
- test/salt/pillar
2222

23+
transport:
24+
# Avoid lengthy waits when a container does not launch correctly
25+
max_wait_until_ready: 180
26+
2327
platforms:
2428
## SALT `master`
2529
- name: debian-12-master-py3

0 commit comments

Comments
 (0)