From a324a8a9d41207f5ff5f7b7efb4e0e9dae7a9d50 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Tue, 26 Sep 2017 17:52:16 +0800 Subject: [PATCH] Bump test AR pool to 10 while I investigate. --- config/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.yml b/config/database.yml index cd064896b66..1b51d1079f2 100644 --- a/config/database.yml +++ b/config/database.yml @@ -20,7 +20,7 @@ test: adapter: postgresql database: discourse_test<%= ENV['MULTISITE'] ? "_#{ENV['MULTISITE']}" : '' %> min_messages: warning - pool: 5 + pool: 10 timeout: 5000 host_names: - test.localhost