ruby-changes:33913
From: naruse <ko1@a...>
Date: Sun, 18 May 2014 15:35:15 +0900 (JST)
Subject: [ruby-changes:33913] naruse:r45994 (trunk): increase timeout 10 to 15 on test_LSHIFT_neary_long_max
naruse 2014-05-18 15:35:04 +0900 (Sun, 18 May 2014) New Revision: 45994 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45994 Log: increase timeout 10 to 15 on test_LSHIFT_neary_long_max http://chkbuild002.hsbt.org/chkbuild/ruby-trunk/log/20140517T160021Z.fail.html.gz http://chkbuild002.hsbt.org/chkbuild/ruby-trunk/log/20140517T200036Z.fail.html.gz Modified files: trunk/test/ruby/test_string.rb Index: test/ruby/test_string.rb =================================================================== --- test/ruby/test_string.rb (revision 45993) +++ test/ruby/test_string.rb (revision 45994) @@ -2255,7 +2255,7 @@ class TestString < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_string.rb#L2255 def test_LSHIFT_neary_long_max return unless @cls == String - assert_ruby_status([], <<-'end;', '[ruby-core:61886] [Bug #9709]') + assert_ruby_status([], <<-'end;', '[ruby-core:61886] [Bug #9709]', timeout: 15) begin a = "a" * 0x4000_0000 a << "a" * 0x1_0000 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/