Skip to content

Commit

Permalink
try changing the network ping
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Jan 22, 2025
1 parent a3c0692 commit dbec036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/e2e-scheduler-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbec036

Please sign in to comment.