aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-05 05:58:03 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-05 05:58:03 +0000
commit471f5a7af03e69c57e425a4f3217589a2b2b59f7 (patch)
treeee24aae89c765873ba60f0a95640f31d368df332 /test/ruby/test_io.rb
parent39ad417562f410232bc4712b512475e8b585b4f5 (diff)
downloadruby-471f5a7af03e69c57e425a4f3217589a2b2b59f7.tar.gz
* 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
Diffstat (limited to 'test/ruby/test_io.rb')
-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