From 13cea1f30d429c563961ce7a36fee947ca5cb429 Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 16 Jan 2015 12:18:38 +0000 Subject: merge revision(s) 49148: [Backport #9917] * 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/branches/ruby_2_2@49283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') 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