test_symbol.rb: reduce iteration
* test/ruby/test_symbol.rb (test_to_proc): reduce iteration count. actually it reproduced in 2 times. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
44d56b6780
commit
8d19c41429
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user