Skip to content

Commit

Permalink
feat: add docker cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
earayu committed Nov 6, 2024
1 parent 5c95d9c commit 84412d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wescale_wesql_performance_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84412d4

Please sign in to comment.