aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 8366424c66..3539a3eace 100644
--- a/test/ruby/test_string.rb
+++ b/test/ruby/test_string.rb
@@ -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