mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
fe898043cc
commit
aca2aa2457
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue