Skip to content

Commit

Permalink
enhance: increase timeout for server startup check to 3 minutes from 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivin committed Jun 29, 2024
1 parent e77d06d commit 40d7905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
- name: Check for server start
run: |
echo "Waiting for server to start..."
timeout=60 # Timeout after 90 seconds
timeout=180 # Timeout after 2 minutes
interval=5 # Check every 5 seconds
elapsed=0
Expand Down

0 comments on commit 40d7905

Please sign in to comment.