Fix problems in unit tests where DB access was attempted before DB was ready #13

Merged
bustikiller merged 6 commits from fix/postgres-health-timeout into main 2024-07-30 22:48:30 +00:00
Showing only changes of commit 4ff719fa1f - Show all commits

View File

@ -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 30 --health-retries 5
ports: ports:
- 5432 - 5432
steps: steps: