summaryrefslogtreecommitdiff
path: root/test/ruby/test_io.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_io.rb')
-rw-r--r--test/ruby/test_io.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb
index 478ac5ae4a..f28b6f7dd2 100644
--- a/test/ruby/test_io.rb
+++ b/test/ruby/test_io.rb
@@ -3808,7 +3808,7 @@ __END__
wset = [w]
Thread.new { IO.select(rset, wset, nil, 0) }.join
end;
- 200_000.times do
+ 20_000.times do
th = Thread.new { IO.select(rset, wset) }
Thread.pass until th.stop?
th.kill