diff --git a/test/threading/test_threading_large_pool.rb b/test/threading/test_threading_large_pool.rb index a600ce8..a1a51ad 100644 --- a/test/threading/test_threading_large_pool.rb +++ b/test/threading/test_threading_large_pool.rb @@ -6,7 +6,7 @@ class TestThreadingLargePool < Test::Unit::TestCase include Mongo - @@db = Connection.new('localhost', 27017, :pool_size => 50, :timeout => 10).db('ruby-mongo-test') + @@db = Connection.new('localhost', 27017, :pool_size => 50, :timeout => 60).db('ruby-mongo-test') @@coll = @@db.collection('thread-test-collection') def set_up_safe_data