Merged in feature/splittest (pull request #137)

Split Slow DB Test

* split
This commit is contained in:
Michael McGuinness
2025-05-09 23:49:02 +00:00
parent c4c0b9bd32
commit b5c30b4af7
4 changed files with 270 additions and 240 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ services:
- 5431
healthcheck:
test: ["CMD", "sh", "-c", "pg_isready -U ${PGUSER} -h localhost -p 5432 && psql -U ${PGUSER} -c 'SELECT 1'"]
interval: 500ms
interval: 50ms
timeout: 5s
retries: 50
networks: