Fix argoCD timeout

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
Tom Chauveau 2021-10-29 22:15:58 +02:00
parent 8eb01d850b
commit 3ebd076c5d
No known key found for this signature in database
GPG Key ID: 3C9847D981AAC1BF

View File

@ -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