From fb7a5690771fbf9f103887a86b9d82051cb25876 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 4 Sep 2018 05:28:38 +0000 Subject: bootstraptest update test_io.rb [Bug #15060] [Fix GH-1495] From: MSP-Greg git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_io.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bootstraptest') diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb index 731c3e4cc5..89c00d0b88 100644 --- a/bootstraptest/test_io.rb +++ b/bootstraptest/test_io.rb @@ -30,11 +30,11 @@ assert_finish 10, %q{ end }, '[ruby-dev:32566]' -assert_finish 2, %q{ +assert_finish 1, %q{ r, w = IO.pipe - Thread.new(Thread.current) { |parent| + Thread.new { w << "ab" - Thread.pass until parent.stop? + sleep 0.01 w << "ab" } r.gets("abab") -- cgit v1.2.3