Skip to content

Commit

Permalink
Increase timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jan 13, 2024
1 parent f29a31f commit 898f3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/openssl/test_ssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def test_read_with_timeout
ssl.syswrite(str)
assert_equal(str, ssl.sysread(str.bytesize))

ssl.timeout = 0.01
ssl.timeout = 1
assert_raise(IO::TimeoutError) {ssl.read(1)}

ssl.syswrite(str)
Expand Down

0 comments on commit 898f3bc

Please sign in to comment.