From 117c608a7367ea3919252be5b2720f6debb09743 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Mon, 29 Aug 2022 23:16:13 -0500 Subject: [PATCH] fix(ansible): added longer wait with todo --- roles/k3s/post/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: >-