increase db pool size

Otherwise, feature specs and cukes testing the timelines view seem to hang up waiting for db connections
pull/4862/head
Jens Ulferts 8 years ago
parent e8dec71010
commit c8b2669c2d
No known key found for this signature in database
GPG Key ID: 3CAA4B1182CF5308
  1. 1
      config/database.yml.example
  2. 1
      script/templates/database.travis.mysql.yml
  3. 1
      script/templates/database.travis.postgres.yml

@ -54,6 +54,7 @@ test:
username: root
password:
encoding: utf8
pool: 20
#test_pgsql:
#adapter: postgresql

@ -31,3 +31,4 @@ test:
database: travis_ci_test
username: travis
encoding: utf8
pool: 20

@ -30,3 +30,4 @@ test:
adapter: postgresql
database: travis_ci_test
username: postgres
pool: 20

Loading…
Cancel
Save