We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd9163 commit 326d9fbCopy full SHA for 326d9fb
test/helpers/test_unit.rb
@@ -422,7 +422,7 @@ def self.cleanup_users_and_dbs
422
not_cluster = TEST_BASE.class_eval { class_variables }.none? { |v| v =~ /@@cluster_/ }
423
424
if @@connected_single_mongod && not_cluster
425
- client = Mongo::MongoClient.from_uri(TEST_URI)
+ client = Mongo::MongoClient.from_uri(TEST_URI, :op_timeout => TEST_OP_TIMEOUT)
426
db = client[TEST_DB]
427
begin
428
0 commit comments