From 5a6e930b117b140c8b30b654d4544969807b811b Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Thu, 14 Sep 2023 13:30:23 -0500 Subject: [PATCH] More sleep --- build-image.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-image.sh b/build-image.sh index bb18861..b49b024 100755 --- a/build-image.sh +++ b/build-image.sh @@ -57,8 +57,7 @@ while true; do composer-cli --json compose info "${COMPOSE_ID}" | tee compose_info.json >/dev/null # Sometimes tee isn't done writing by the time we check the status line below. 🐌 - sleep 1 - + sleep 2 COMPOSE_STATUS=$(jq -r ".[].body.queue_status" compose_info.json) # Print a status line once per minute.