Skip to content

Commit de6df75

Browse files
committed
test_io_wait.rb: Increase a timeout for a flaky test
like 68682a5 https://github.com/ruby/ruby/actions/runs/17417763247/job/49449895757?pr=14433
1 parent 85fd5d5 commit de6df75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/io/wait/test_io_wait.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def test_wait_readable_eof
114114
ret = nil
115115
assert_nothing_raised(Timeout::Error) do
116116
q.push(true)
117-
t = EnvUtil.apply_timeout_scale(0.1)
117+
t = EnvUtil.apply_timeout_scale(1)
118118
Timeout.timeout(t) { ret = @r.wait_readable }
119119
end
120120
assert_equal @r, ret

0 commit comments

Comments
 (0)