ruby-changes:51807
From: usa <ko1@a...>
Date: Mon, 23 Jul 2018 15:22:30 +0900 (JST)
Subject: [ruby-changes:51807] usa:r64020 (trunk): 60 sec is not enough at all
usa 2018-07-23 15:22:25 +0900 (Mon, 23 Jul 2018) New Revision: 64020 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64020 Log: 60 sec is not enough at all Modified files: trunk/test/ruby/test_io.rb Index: test/ruby/test_io.rb =================================================================== --- test/ruby/test_io.rb (revision 64019) +++ test/ruby/test_io.rb (revision 64020) @@ -3808,7 +3808,7 @@ __END__ https://github.com/ruby/ruby/blob/trunk/test/ruby/test_io.rb#L3808 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/