Skip to content

Commit b1d936f

Browse files
committed
RUBY-1222 Remove connect_timeout from test because JRuby 1.7 doesn't properly recover from timeout
1 parent f948158 commit b1d936f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/mongo/client_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,7 @@
233233
:ssl_key_string => 'key string',
234234
:ssl_key_object => 'key object',
235235
:ssl_key_pass_phrase => 'passphrase',
236-
:ssl_verify => true,
237-
:connect_timeout => 0.02
236+
:ssl_verify => true
238237
}
239238
end
240239

0 commit comments

Comments
 (0)