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 49bbea1364 - Show all commits

View File

@ -13,11 +13,6 @@ jobs:
env: env:
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports: ports:
- 5432 - 5432
steps: steps: