From 471f5a7af03e69c57e425a4f3217589a2b2b59f7 Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 5 Jan 2015 05:58:03 +0000 Subject: * test/ruby/test_io.rb: added timeout for AIX environment. [ruby-core:62983][Bug #9917] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_io.rb') diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb index 02381b132c..935ee24d83 100644 --- a/test/ruby/test_io.rb +++ b/test/ruby/test_io.rb @@ -3051,7 +3051,7 @@ End } IO.select(tempfiles) - }, bug8080 + }, bug8080, timeout: 30 end def test_read_32bit_boundary -- cgit v1.2.3