From dd2254203c95e385191c3d73cf29eeae0f6a8401 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Fri, 7 Nov 2025 19:31:39 +0800 Subject: [PATCH] revert: test image first wait time --- .github/workflows/test-dev-image.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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