From f63918441e61c9191d1040b9a50c9ee6df0f7f53 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 27 Nov 2007 22:53:28 +0000 Subject: longer timeout. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_io.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstraptest') diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb index 4368dea109..e62b9d15a2 100644 --- a/bootstraptest/test_io.rb +++ b/bootstraptest/test_io.rb @@ -1,4 +1,4 @@ -assert_finish 1, %q{ +assert_finish 5, %q{ r, w = IO.pipe t1 = Thread.new { r.sysread(1) } t2 = Thread.new { r.sysread(1) } -- cgit v1.2.1