minor: adjusted thread pooling test timeout

This commit is contained in:
Kyle Banker 2009-12-29 14:04:32 -05:00
parent 7a08e2c84f
commit e82e81e6f8
1 changed files with 1 additions and 1 deletions

View File

@ -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