diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index c51d2b631c..886fa390fd 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -57,7 +57,7 @@ def database_id_alt hosts: [ "#{HOST}:#{PORT}" ], options: { server_selection_timeout: 0.5, - max_pool_size: 1, + max_pool_size: 5, heartbeat_frequency: 180, user: MONGOID_ROOT_USER.name, password: MONGOID_ROOT_USER.password,