minor: increase pool size on pooled threading test.
This commit is contained in:
parent
28645ed536
commit
6ee13ad792
|
@ -6,7 +6,7 @@ class TestThreadingLargePool < Test::Unit::TestCase
|
||||||
|
|
||||||
include Mongo
|
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')
|
@@coll = @@db.collection('thread-test-collection')
|
||||||
|
|
||||||
def set_up_safe_data
|
def set_up_safe_data
|
||||||
|
|
Loading…
Reference in New Issue