summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorheadius <headius@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-03 21:05:44 +0000
committerheadius <headius@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-03 21:05:44 +0000
commite5fc06cd7afbdfd148a1a22fbac7b7655551bd61 (patch)
tree9a504a1dd42058291e9a712e834b8be841e2f3b5 /test/ruby
parente87d9a4346ac8e412dad4ec0bc0190101cd72f32 (diff)
* test/ruby/test_io_m17n.rb (test_each_codepoint_need_more): Bump
timeout up to 10s for slower platforms and impls. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_io_m17n.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_io_m17n.rb b/test/ruby/test_io_m17n.rb
index 13d056b54d..c0c3742460 100644
--- a/test/ruby/test_io_m17n.rb
+++ b/test/ruby/test_io_m17n.rb
@@ -2639,7 +2639,7 @@ EOT
begin
assert_in_out_err(args, "", out, err,
"#{bug11444}: #{test} in #{mode} mode",
- timeout: 1)
+ timeout: 10)
rescue Exception => e
failure << e
end