Skip to content

Commit 91b0a3f

Browse files
authored
Merge pull request #860 from supercaracal/reduce-timeout-for-test
Reduce timeout for ssl test
2 parents 4559ea2 + 5c6ca51 commit 91b0a3f

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
@@ -9,7 +9,7 @@ class SslTest < Minitest::Test
99

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

0 commit comments

Comments
 (0)