Skip to content

Commit

Permalink
More retries for wait-for-user.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Oct 6, 2023
1 parent f58af71 commit 755bd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/acquia-wait-for-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ id="${2:-$LANDO_HOST_UID}"
# retry settings
attempt=0
delay=1
retry=5
retry=25

until [ "$attempt" -ge "$retry" ]
do
Expand Down

0 comments on commit 755bd73

Please sign in to comment.