Skip to content

Commit 3220ded

Browse files
Update
1 parent 002c47d commit 3220ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

molecule/repo/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- runner_name: "{{ ansible_hostname }}"
1414

1515
tasks:
16-
- name: Pause for 5 minutes to build app cache
16+
- name: Give the runners a minute
1717
pause:
1818
seconds: 60
1919

@@ -34,7 +34,7 @@
3434
assert:
3535
that:
3636
- runner_name in registered_runners.json.runners|map(attribute='name')|list
37-
- registered_runners.json.runners|map(attribute='status') == ["online"]
37+
- registered_runners.json.runners|map(attribute='status') == ["idle"]
3838
quiet: true
3939

4040
- debug:

0 commit comments

Comments
 (0)