From 1d19feccca7849875ad5254b967688520e8015a6 Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Wed, 2 Oct 2019 21:35:38 +0200 Subject: [PATCH] chore: test db-pool on travis --- test/e2e/helpers/database-init.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/helpers/database-init.js b/test/e2e/helpers/database-init.js index 2a0c74b347..c40f3e2305 100644 --- a/test/e2e/helpers/database-init.js +++ b/test/e2e/helpers/database-init.js @@ -54,8 +54,8 @@ module.exports = async function init(databaseSchema = 'test', getLogger) { const options = { databaseUrl: require('./database-config').getDatabaseUrl(), databaseSchema, - minPool: 0, - maxPool: 0, + minPool: 1, + maxPool: 2, getLogger, };