summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-16 12:18:38 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-16 12:18:38 +0000
commit13cea1f30d429c563961ce7a36fee947ca5cb429 (patch)
tree679af33b740d21d3244ee17ada6fa147d32466d6 /test
parent94c6f3d3ca393a9e4ee7ce4382a48ce9f7431889 (diff)
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
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_io.rb2
1 files changed, 1 insertions, 1 deletions
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