From 9ebf377c69eaac44acb3e4e380f402f5b8ceb3e1 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: http://svn.ruby-lang.org/repos/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') diff --git a/test/ruby/test_m17n_comb.rb b/test/ruby/test_m17n_comb.rb index 2c63e5238..57a8b16df 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