From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 05EB1211BC; Fri, 28 Dec 2018 07:39:18 +0000 (UTC) Date: Fri, 28 Dec 2018 07:39:17 +0000 From: Eric Wong To: yahns-public@yhbt.net Subject: Re: [PATCH 5/5] extras/exec_cgi: support Process.spawn options (e.g. RLIMIT_*) Message-ID: <20181228073917.GA16730@dcvr> References: <20181226195716.31202-1-e@80x24.org> <20181226195716.31202-6-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181226195716.31202-6-e@80x24.org> List-Id: > diff --git a/test/test_extras_exec_cgi.rb b/test/test_extras_exec_cgi.rb > index c6c5ad6..48d62b7 100644 > --- a/test/test_extras_exec_cgi.rb > +++ b/test/test_extras_exec_cgi.rb > + assert_same c, c.wait(tout + 0.5) That timeout needs to be increased for slower/overloaded systems...