mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
300 should be enough for testing cyclic byte succ.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
746eb4a45b
commit
a07b764f9e
1 changed files with 1 additions and 1 deletions
|
@ -1345,7 +1345,7 @@ class TestM17NComb < Test::Unit::TestCase
|
|||
STRINGS.each {|s0|
|
||||
next if s0.empty?
|
||||
s = s0.dup
|
||||
n = 1000
|
||||
n = 300
|
||||
h = {}
|
||||
n.times {|i|
|
||||
if h[s]
|
||||
|
|
Loading…
Reference in a new issue