summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-20 06:41:06 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-20 06:41:06 +0000
commite3c3d4e4e5f111847d89de9dfc47e4b4c0080b70 (patch)
tree3089ba2663cfdd22adb1d541e7ec026085bb3fb5 /test/ruby
parent3f1f9e9a0aaed4ecbbfd750ad70f879de01ed166 (diff)
more insrease timeout of test_LSHIFT_neary_long_max
http://chkbuild002.hsbt.org/chkbuild/ruby-trunk/log/20140520T060016Z.fail.html.gz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_string.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_string.rb b/test/ruby/test_string.rb
index ed1ca895df..6581796a94 100644
--- a/test/ruby/test_string.rb
+++ b/test/ruby/test_string.rb
@@ -2258,7 +2258,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]', timeout: 15)
+ assert_ruby_status([], <<-'end;', '[ruby-core:61886] [Bug #9709]', timeout: 20)
begin
a = "a" * 0x4000_0000
a << "a" * 0x1_0000