Skip to content

Commit 7412d3a

Browse files
committed
Get rid of server_selection_timeout in tests
1 parent bc55f82 commit 7412d3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/support/authorization.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@
5555
# @since 2.0.3
5656
TEST_OPTIONS = CONNECT.merge(max_pool_size: 1,
5757
write: WRITE_CONCERN,
58-
ssl: SSL,
59-
server_selection_timeout: 10)
58+
ssl: SSL)
6059

6160
# The root user name.
6261
#

0 commit comments

Comments
 (0)