Skip to content

Commit

Permalink
feat: test ci add retries time
Browse files Browse the repository at this point in the history
  • Loading branch information
sukidayou committed Dec 26, 2024
1 parent 48d176a commit a65716e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
image: mongo
ports:
- 27017:27017
options: --health-cmd="mongo --eval 'db.adminCommand(\"ping\")'" --health-interval=10s --health-timeout=5s --health-retries=3
options: --health-cmd="mongo --eval 'db.adminCommand(\"ping\")'" --health-interval=20s --health-timeout=5s --health-retries=5 --health-start-period=30s

steps:
- name: Checkout
Expand Down

0 comments on commit a65716e

Please sign in to comment.