ruby-changes:29633
From: naruse <ko1@a...>
Date: Fri, 28 Jun 2013 09:53:22 +0900 (JST)
Subject: [ruby-changes:29633] naruse:r41685 (trunk): Wait more
naruse 2013-06-28 09:52:16 +0900 (Fri, 28 Jun 2013) New Revision: 41685 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41685 Log: Wait more http://u32.rubyci.org/~chkbuild/ruby-trunk/log/20130627T230301Z.log.html.gz Modified files: trunk/test/ruby/test_notimp.rb Index: test/ruby/test_notimp.rb =================================================================== --- test/ruby/test_notimp.rb (revision 41684) +++ test/ruby/test_notimp.rb (revision 41685) @@ -23,7 +23,7 @@ class TestNotImplement < Test::Unit::Tes https://github.com/ruby/ruby/blob/trunk/test/ruby/test_notimp.rb#L23 def test_call_fork pid = nil begin - Timeout.timeout(1) { + Timeout.timeout(5) { pid = fork {} Process.wait pid pid = nil -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/