From a07b764f9e1e6c36f77b2101184cf63b7513f8f4 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 5 Nov 2009 00:57:57 +0000 Subject: 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 --- test/ruby/test_m17n_comb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_m17n_comb.rb') diff --git a/test/ruby/test_m17n_comb.rb b/test/ruby/test_m17n_comb.rb index 2c63e52387..57a8b16dfa 100644 --- a/test/ruby/test_m17n_comb.rb +++ b/test/ruby/test_m17n_comb.rb @@ -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] -- cgit v1.2.3