Fix argoCD timeout in universe test
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
parent
59f67f9cb5
commit
faf2b76bcb
@ -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
|
||||
|
Reference in New Issue
Block a user