Increase number of retries for Postgres health checks
Some checks failed
Run unit tests / unit_tests (pull_request) Failing after 1m48s
Some checks failed
Run unit tests / unit_tests (pull_request) Failing after 1m48s
This commit is contained in:
parent
7f872060d5
commit
5f9fd66723
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
--health-cmd pg_isready
|
--health-cmd pg_isready
|
||||||
--health-interval 10s
|
--health-interval 10s
|
||||||
--health-timeout 5s
|
--health-timeout 5s
|
||||||
--health-retries 5
|
--health-retries 30
|
||||||
ports:
|
ports:
|
||||||
- 5432
|
- 5432
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user