aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-15 05:17:06 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-15 05:17:06 +0000
commitaca2aa245774a4ec6861aa00c109d3cd76b40ba8 (patch)
tree6b4667d65e810b1cba038f3b16a1871c1c4d7fd5 /test
parentfe898043ccc99f3e127c63e0c18f4d2233bfa555 (diff)
downloadruby-aca2aa245774a4ec6861aa00c109d3cd76b40ba8.tar.gz
TestRubyYieldGen#test_yield needs too long time.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_yield.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_yield.rb b/test/ruby/test_yield.rb
index 927df054f0..6e1d39353d 100644
--- a/test/ruby/test_yield.rb
+++ b/test/ruby/test_yield.rb
@@ -180,7 +180,7 @@ class TestRubyYieldGen < Test::Unit::TestCase
def test_yield
syntax = SentGen.expand_syntax(Syntax)
- SentGen.each_tree(syntax, :test, 5) {|t|
+ SentGen.each_tree(syntax, :test, 4) {|t|
check_nofork(t)
}
end