minor: increase pool size on pooled threading test.

This commit is contained in:
Kyle Banker 2010-12-15 12:19:58 -05:00
parent 28645ed536
commit 6ee13ad792
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class TestThreadingLargePool < Test::Unit::TestCase
include Mongo
@@db = standard_connection(:pool_size => 1, :timeout => 60).db(MONGO_TEST_DB)
@@db = standard_connection(:pool_size => 50, :timeout => 60).db(MONGO_TEST_DB)
@@coll = @@db.collection('thread-test-collection')
def set_up_safe_data