Skip to content

Commit

Permalink
Increase mssql container health check retries
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad committed Aug 5, 2024
1 parent 7894c79 commit 3c986d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
--health-retries 15
ports:
- 5432:5432
mssql:
Expand Down

0 comments on commit 3c986d0

Please sign in to comment.