From 0a64a96f6564820b5f6960fcb41565556fe6935c Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Fri, 7 Nov 2025 18:43:51 +0800 Subject: [PATCH] ci: update 15s for image testing --- .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 1f2c0aaf..008b1488 100644 --- a/.github/workflows/test-dev-image.yaml +++ b/.github/workflows/test-dev-image.yaml @@ -61,9 +61,9 @@ jobs: fi } - # Wait 30 seconds before first attempt - echo "Waiting 30 seconds for services to start..." - sleep 30 + # Wait 15 seconds before first attempt + echo "Waiting 15 seconds for services to start..." + sleep 15 # Try up to 3 times with 30-second intervals max_attempts=3