Skip to content

Commit

Permalink
fix(ansible): added longer wait with todo
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Aug 30, 2022
1 parent e28d8f3 commit 117c608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/k3s/post/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
# TODO:https:// if there is a race condition, we'll have to manually wait here
- name: Wait for all metallb services to come up
wait_for:
timeout: 30
timeout: 60

- name: Test metallb-system webhook-service endpoint
command: >-
Expand Down

0 comments on commit 117c608

Please sign in to comment.