Skip to content

Commit 5c6ca51

Browse files
committed
Reduce timeout for ssl test
1 parent 9101933 commit 5c6ca51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ssl_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class SslTest < Minitest::Test
88

99
def test_connection_to_non_ssl_server
1010
assert_raises(Redis::CannotConnectError) do
11-
redis = Redis.new(OPTIONS.merge(ssl: true))
11+
redis = Redis.new(OPTIONS.merge(ssl: true, timeout: LOW_TIMEOUT))
1212
redis.ping
1313
end
1414
end

0 commit comments

Comments
 (0)