diff --git a/.github/actions/e2e-scheduler-test/action.yml b/.github/actions/e2e-scheduler-test/action.yml index 4925930f..5d498e2b 100644 --- a/.github/actions/e2e-scheduler-test/action.yml +++ b/.github/actions/e2e-scheduler-test/action.yml @@ -22,8 +22,8 @@ runs: - name: Wait for MinIO shell: bash run: | - for i in {1..30}; do - if curl -fs http://localhost:9001/minio/health/live; then + for i in {1..10}; do + if curl -fs http://minio:9001/minio/health/live; then echo "MinIO is up!" exit 0 fi