diff --git a/roles/k3s/post/tasks/main.yml b/roles/k3s/post/tasks/main.yml index f07b3bf..918de8e 100644 --- a/roles/k3s/post/tasks/main.yml +++ b/roles/k3s/post/tasks/main.yml @@ -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: >-