Skip to content

Commit

Permalink
Increase mongodb retries
Browse files Browse the repository at this point in the history
  • Loading branch information
lillo42 committed Feb 20, 2025
1 parent 30e7a0b commit 23752b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ jobs:
--health-cmd "echo 'db.runCommand("ping").ok' | mongo mongodb://root:example@localhost:27017/brighter --quiet"
--health-interval 10s
--health-timeout 5s
--health-retries 5
--health-retries 10
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
Expand Down

0 comments on commit 23752b2

Please sign in to comment.