From f0069e28e1f449bde51167bf2c804462a912828b Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Mon, 15 Sep 2025 10:16:51 +0200 Subject: [PATCH] Double the time we wait for yaml to apply We've seen in some deployments (especially baremetal) that it might take a few minutes for pods to be up and be healthy. Right now we wait for 10*15s (2.5mins). Let's wait up to five minutes for yaml to be able to be applied. --- scripts/deploy-pattern.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-pattern.sh b/scripts/deploy-pattern.sh index 61074fe15..df57e0f06 100755 --- a/scripts/deploy-pattern.sh +++ b/scripts/deploy-pattern.sh @@ -1,7 +1,7 @@ #!/bin/bash set -o pipefail -RUNS=10 +RUNS=20 WAIT=15 # Retry five times because the CRD might not be fully installed yet echo -n "Installing pattern: "