DEV: Increase pool connections to 2 in test environment

In our CI env, sometimes, we see problems regarding getting a connection
from the pool. As it’s currently set to 1, increasing it a bit should
fix that kind of issues.
This commit is contained in:
Loïc Guitaut 2024-11-28 12:03:09 +01:00 committed by Loïc Guitaut
parent 5a3afa0505
commit 1e8f43ec0a

View File

@ -36,7 +36,7 @@ test:
adapter: postgresql
database: <%= test_db %>
min_messages: warning
pool: 1
pool: 2
reaping_frequency: 0
checkout_timeout: <%= ENV["CHECKOUT_TIMEOUT"] || 5 %>
host_names: