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.
2 parents c82e543 + 5544243 commit 42f7187Copy full SHA for 42f7187
test/net/http/test_https.rb
@@ -167,18 +167,16 @@ def test_session_reuse
167
def test_session_reuse_but_expire
168
# FIXME: The new_session_cb is known broken for clients in OpenSSL 1.1.0h.
169
omit if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 1.1.0h')
170
- omit if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 3.2.')
171
- omit if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 3.3.')
172
173
http = Net::HTTP.new(HOST, config("port"))
174
http.use_ssl = true
175
http.cert_store = TEST_STORE
176
177
- http.ssl_timeout = -1
+ http.ssl_timeout = 1
178
http.start
179
http.get("/")
180
http.finish
181
-
+ sleep 1.25
182
183
184
0 commit comments