Skip to content

Commit

Permalink
increase mongo service retries
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Dec 6, 2023
1 parent 8991844 commit 9ad42ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
image: mongo
ports:
- 27017:27017
options: --health-cmd "mongo --version" --health-interval 10s --health-timeout 5s --health-retries 5
options: --health-cmd "mongo --version" --health-interval 10s --health-timeout 5s --health-retries 12
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
Expand Down

0 comments on commit 9ad42ee

Please sign in to comment.