From 3ebd076c5d92317829377900f130f294c5200219 Mon Sep 17 00:00:00 2001 From: Tom Chauveau Date: Fri, 29 Oct 2021 22:15:58 +0200 Subject: [PATCH] Fix argoCD timeout Signed-off-by: Tom Chauveau --- stdlib/universe.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/universe.bats b/stdlib/universe.bats index 4a42172b..9a3198d0 100644 --- a/stdlib/universe.bats +++ b/stdlib/universe.bats @@ -248,7 +248,7 @@ setup() { dagger -e argocd-infra up # Wait for infra to be ready - kubectl -n argocd wait --for=condition=available deployment -l "app.kubernetes.io/part-of=argocd" --timeout=45s + kubectl -n argocd wait --for=condition=available deployment -l "app.kubernetes.io/part-of=argocd" --timeout=100s # Forward port # We need to kill subprocess to avoid infinity loop