TestRubyYieldGen#test_yield needs too long time.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2007-08-15 05:17:06 +00:00
parent fe898043cc
commit aca2aa2457
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ class TestRubyYieldGen < Test::Unit::TestCase
def test_yield def test_yield
syntax = SentGen.expand_syntax(Syntax) syntax = SentGen.expand_syntax(Syntax)
SentGen.each_tree(syntax, :test, 5) {|t| SentGen.each_tree(syntax, :test, 4) {|t|
check_nofork(t) check_nofork(t)
} }
end end