aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/ruby/test_symbol.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_symbol.rb b/test/ruby/test_symbol.rb
index 50e39ac482..54d505a0d6 100644
--- a/test/ruby/test_symbol.rb
+++ b/test/ruby/test_symbol.rb
@@ -125,7 +125,7 @@ class TestSymbol < Test::Unit::TestCase
assert_ruby_status([], <<-"end;", timeout: 5.0)
GC.stress = true
- 100.times {Proc.new(&:itself)}
+ 10.times {Proc.new(&:itself)}
end;
end