1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
headius 2016-03-03 21:05:44 +00:00
parent e87d9a4346
commit e5fc06cd7a

View file

@ -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