summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-23 14:54:04 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-23 14:54:04 +0000
commitdea8ea61ea0bf08adb35be6ad47abe3ab955afc4 (patch)
tree1ac64069de9f449de1ce2a2b008cdb349e20425e /test
parent2af72edd72b97d864eae8d2dd2e395a86ee23fcf (diff)
Increase timeout
http://rubyci.org/logs/rubyci.s3.amazonaws.com/aix71_ppc/ruby-trunk/log/20161223T113301Z.fail.html.gz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57160 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 a5cdc7b19f..f2a287a543 100644
--- a/test/ruby/test_io.rb
+++ b/test/ruby/test_io.rb
@@ -3192,7 +3192,7 @@ __END__
}
IO.select(tempfiles)
- }, bug8080, timeout: 30
+ }, bug8080, timeout: 50
end if defined?(Process::RLIMIT_NOFILE)
def test_read_32bit_boundary