From faf2b76bcb6788caeab57e575ec8992f19f7c125 Mon Sep 17 00:00:00 2001 From: Tom Chauveau Date: Tue, 2 Nov 2021 13:34:42 +0100 Subject: [PATCH] Fix argoCD timeout in universe test 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 011ec070..86dbeec2 100644 --- a/stdlib/universe.bats +++ b/stdlib/universe.bats @@ -252,7 +252,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