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:
parent
e87d9a4346
commit
e5fc06cd7a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue