From b1c190cf454ecd92f3104fd8d6c305812c11c60a Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Wed, 6 Nov 2024 06:44:18 -0500 Subject: [PATCH] Try restarting drupal --- tests/ping.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/ping.sh b/tests/ping.sh index cc7059b..429cfa8 100755 --- a/tests/ping.sh +++ b/tests/ping.sh @@ -10,6 +10,9 @@ while true; do fi ((COUNTER++)) + if [ "${COUNTER}" -eq 25 ]; then + docker compose --profile dev restart drupal-dev + fi if [ "${COUNTER}" -eq 50 ]; then echo "Failed to come online after 4m" exit 1