summaryrefslogtreecommitdiffstats
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_m17n_comb.rb2
1 files changed, 1 insertions, 1 deletions
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]