(hub) increase max pool size

In order to run the tests we need to increase the max pool size. Only
having 4 connections in the pool is not enough and all the tests using a
transaction are failing with a tiemout error.
We have the same problem running locally so the same value is added to
the postgresql environment file
This commit is contained in:
Manuel Raynaud
2026-03-16 15:30:23 +01:00
parent 07966c5461
commit 32b2641fd8
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -143,6 +143,7 @@ jobs:
AWS_S3_ENDPOINT_URL: http://localhost:9000
AWS_S3_ACCESS_KEY_ID: impress
AWS_S3_SECRET_ACCESS_KEY: password
DB_PSYCOPG_POOL_MAX_SIZE: 15
steps:
- name: Checkout repository