From 84412d484ab37c3fc7b1ab9bc1f5d032dd90f8fb Mon Sep 17 00:00:00 2001 From: earayu Date: Wed, 6 Nov 2024 16:14:52 +0800 Subject: [PATCH] feat: add docker cluster --- .github/workflows/wescale_wesql_performance_docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wescale_wesql_performance_docker.yml b/.github/workflows/wescale_wesql_performance_docker.yml index 2b32025177..2e3aa8dd75 100644 --- a/.github/workflows/wescale_wesql_performance_docker.yml +++ b/.github/workflows/wescale_wesql_performance_docker.yml @@ -40,7 +40,7 @@ jobs: # Wait for WeScale to start (timeout after 5 minutes) echo "Waiting for WeScale to be ready..." - timeout 300 bash -c 'until nc -z localhost 15306; do sleep 2; echo "Waiting for port 15306..."; done' + timeout 30 bash -c 'until nc -z localhost 15306; do sleep 2; echo "Waiting for port 15306..."; done' # Additional wait to ensure service is fully ready sleep 10