From 13cc16bf586a7ce665e651230ef9d2f85dba1364 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 27 Nov 2007 22:53:28 +0000 Subject: longer timeout. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_io.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstraptest/test_io.rb') diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb index 4368dea10..e62b9d15a 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