Skip to content

Commit 4e8a74d

Browse files
committed
RUBY-1122 Account for server description race condition with higher heartbeat frequency
1 parent b47a3a9 commit 4e8a74d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/mongo/server/connection_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@
113113
TEST_OPTIONS.merge(
114114
:user => 'notauser',
115115
:password => 'password',
116-
:database => TEST_DB )
116+
:database => TEST_DB,
117+
:heartbeat_frequency => 30)
117118
)
118119
end
119120

0 commit comments

Comments
 (0)