From e5fc06cd7afbdfd148a1a22fbac7b7655551bd61 Mon Sep 17 00:00:00 2001 From: headius Date: Thu, 3 Mar 2016 21:05:44 +0000 Subject: * 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 --- test/ruby/test_io_m17n.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_io_m17n.rb') 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 -- cgit v1.2.3