Skip to content

Commit

Permalink
fix(ci): increase start period for mongo service container
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed Apr 17, 2024
1 parent d8ae694 commit c49c4b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ jobs:
MONGO_INITDB_ROOT_USERNAME: ${{ matrix.versions[4] }}
MONGO_INITDB_ROOT_PASSWORD: ${{ matrix.versions[5] }}
options: >-
--health-cmd mongo
--health-cmd "mongosh --eval 'db.stats()'"
--health-interval 10s
--health-timeout 5s
--health-retries 5
--health-start-period 30s
ports:
- 27017:27017

Expand Down

0 comments on commit c49c4b7

Please sign in to comment.