From 40fe535bdde423ff33c6c0b757b1fed16f8a0260 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 5 Jun 2025 11:46:01 -0400 Subject: [PATCH] fixing deploy step --- scripts/ci-deploy-production.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/ci-deploy-production.sh b/scripts/ci-deploy-production.sh index 69aa6b4..58106d2 100755 --- a/scripts/ci-deploy-production.sh +++ b/scripts/ci-deploy-production.sh @@ -390,9 +390,9 @@ comprehensive_health_check() { local start_time=$(date +%s) local timeout=$HEALTH_CHECK_TIMEOUT - # Minimal initial wait - just 10 seconds instead of 30 - log "Brief initialization wait (10 seconds)..." - sleep 10 + # Database initialization wait - giving MariaDB time to start + log "Database initialization wait (45 seconds)..." + sleep 45 # Get immediate deployment status log "Checking deployment status"