Skip to content

Commit dc53a07

Browse files
committed
RUBY-1096 Increase heartbeat_frequency on client used in sdam test
1 parent d6bf77f commit dc53a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/mongo/sdam_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
before(:all) do
1313
Mongo::Client.new(spec.uri_string).tap do |client|
14-
@client = client.with(connect_timeout: 0.1)
14+
@client = client.with(connect_timeout: 0.1, heartbeat_frequency: 100)
1515
end.close
1616
end
1717

0 commit comments

Comments
 (0)