diff --git a/.github/workflows/test-dev-image.yaml b/.github/workflows/test-dev-image.yaml index 008b1488..1f2c0aaf 100644 --- a/.github/workflows/test-dev-image.yaml +++ b/.github/workflows/test-dev-image.yaml @@ -61,9 +61,9 @@ jobs: fi } - # Wait 15 seconds before first attempt - echo "Waiting 15 seconds for services to start..." - sleep 15 + # Wait 30 seconds before first attempt + echo "Waiting 30 seconds for services to start..." + sleep 30 # Try up to 3 times with 30-second intervals max_attempts=3