From 755bd736ab4685148bd96ddd985b8daba7bc50e5 Mon Sep 17 00:00:00 2001 From: Alec Reynolds Date: Fri, 6 Oct 2023 10:05:57 -0700 Subject: [PATCH] More retries for wait-for-user. --- scripts/acquia-wait-for-user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/acquia-wait-for-user.sh b/scripts/acquia-wait-for-user.sh index 750b4aa..181d586 100644 --- a/scripts/acquia-wait-for-user.sh +++ b/scripts/acquia-wait-for-user.sh @@ -9,7 +9,7 @@ id="${2:-$LANDO_HOST_UID}" # retry settings attempt=0 delay=1 -retry=5 +retry=25 until [ "$attempt" -ge "$retry" ] do