mirror of
https://github.com/ruby/ruby.git
synced 2025-08-28 15:36:16 +02:00
increase timeout 10 to 15 on test_LSHIFT_neary_long_max
20140517
T160021Z.fail.html.gz20140517
T200036Z.fail.html.gz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e627a028f3
commit
3622efd2bd
1 changed files with 1 additions and 1 deletions
|
@ -2255,7 +2255,7 @@ class TestString < Test::Unit::TestCase
|
|||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue