fix(ansible): added longer wait with todo
This commit is contained in:
parent
e28d8f38e2
commit
117c608a73
|
|
@ -110,7 +110,7 @@
|
|||
# TODO:// 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: >-
|
||||
|
|
|
|||
Loading…
Reference in New Issue