From 8c519e28b9aff44eaf4dbdc86e599be64d81ad9a Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 22 Jan 2015 09:10:55 +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_0_0@49381 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 acd7e654d4..e553b629ec 100644 --- a/test/ruby/test_io.rb +++ b/test/ruby/test_io.rb @@ -2742,7 +2742,7 @@ End } IO.select(tempfiles) - }, bug8080 + }, bug8080, timeout: 30 end def test_read_32bit_boundary -- cgit v1.2.3