ruby-changes:33947
From: naruse <ko1@a...>
Date: Tue, 20 May 2014 15:41:13 +0900 (JST)
Subject: [ruby-changes:33947] naruse:r46028 (trunk): more insrease timeout of test_LSHIFT_neary_long_max
naruse 2014-05-20 15:41:06 +0900 (Tue, 20 May 2014) New Revision: 46028 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=46028 Log: more insrease timeout of test_LSHIFT_neary_long_max http://chkbuild002.hsbt.org/chkbuild/ruby-trunk/log/20140520T060016Z.fail.html.gz Modified files: trunk/test/ruby/test_string.rb Index: test/ruby/test_string.rb =================================================================== --- test/ruby/test_string.rb (revision 46027) +++ test/ruby/test_string.rb (revision 46028) @@ -2258,7 +2258,7 @@ class TestString < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_string.rb#L2258 def test_LSHIFT_neary_long_max return unless @cls == String - assert_ruby_status([], <<-'end;', '[ruby-core:61886] [Bug #9709]', timeout: 15) + assert_ruby_status([], <<-'end;', '[ruby-core:61886] [Bug #9709]', timeout: 20) begin a = "a" * 0x4000_0000 a << "a" * 0x1_0000 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/