60 sec is not enough at all
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b2f9deee3e
commit
7ca648e929
@ -3808,7 +3808,7 @@ __END__
|
|||||||
wset = [w]
|
wset = [w]
|
||||||
Thread.new { IO.select(rset, wset, nil, 0) }.join
|
Thread.new { IO.select(rset, wset, nil, 0) }.join
|
||||||
end;
|
end;
|
||||||
200_000.times do
|
20_000.times do
|
||||||
th = Thread.new { IO.select(rset, wset) }
|
th = Thread.new { IO.select(rset, wset) }
|
||||||
Thread.pass until th.stop?
|
Thread.pass until th.stop?
|
||||||
th.kill
|
th.kill
|
||||||
|
Loading…
x
Reference in New Issue
Block a user