diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-15 05:17:06 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-15 05:17:06 +0000 |
| commit | 4dc0981dd918bd7862f9111908cd6d4d600db956 (patch) | |
| tree | 6b4667d65e810b1cba038f3b16a1871c1c4d7fd5 /test/ruby | |
| parent | 3baf179838658a35a27dc0c52164e3bb937d7268 (diff) | |
| download | ruby-4dc0981dd918bd7862f9111908cd6d4d600db956.tar.gz ruby-4dc0981dd918bd7862f9111908cd6d4d600db956.tar.xz ruby-4dc0981dd918bd7862f9111908cd6d4d600db956.zip | |
TestRubyYieldGen#test_yield needs too long time.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_yield.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_yield.rb b/test/ruby/test_yield.rb index 927df054f..6e1d39353 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 |
