From bb32165fe9934ee3fb2bb06cb47772b77af0ce19 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 26 Sep 2007 23:24:08 +0000 Subject: refine a test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_knownbug.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstraptest') diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb index a5088ac234..0b8c795cde 100644 --- a/bootstraptest/test_knownbug.rb +++ b/bootstraptest/test_knownbug.rb @@ -5,8 +5,8 @@ assert_finish 1, %q{ r, w = IO.pipe - t1 = Thread.new { r.sysread(10) } - t2 = Thread.new { r.sysread(10) } + t1 = Thread.new { r.sysread(1) } + t2 = Thread.new { r.sysread(1) } sleep 0.1 w.write "a" sleep 0.1 -- cgit v1.2.3