ruby-changes:33487
From: nobu <ko1@a...>
Date: Fri, 11 Apr 2014 15:17:23 +0900 (JST)
Subject: [ruby-changes:33487] nobu:r45566 (trunk): test_array.rb: expand timeout
nobu 2014-04-11 15:17:17 +0900 (Fri, 11 Apr 2014) New Revision: 45566 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45566 Log: test_array.rb: expand timeout * test/ruby/test_array.rb (test_shared_marking): expand timeout for less powerful machine. Modified files: trunk/test/ruby/test_array.rb Index: test/ruby/test_array.rb =================================================================== --- test/ruby/test_array.rb (revision 45565) +++ test/ruby/test_array.rb (revision 45566) @@ -2452,7 +2452,7 @@ class TestArray < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_array.rb#L2452 "...(snip #{$&.count("\n")} lines)...\n" end end - assert_normal_exit(<<-EOS, '[Bug #9718]', timeout: 5, stdout_filter: reduce) + assert_normal_exit(<<-EOS, '[Bug #9718]', stdout_filter: reduce) queue = [] 10.times do 100_000.times do -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/