From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [tabled patch 1/1] Stagger the start-daemon Date: Thu, 01 Jul 2010 16:23:49 -0400 Message-ID: <4C2CF955.80006@garzik.org> References: <20100630084948.1f68e423@lembas.zaitcev.lan> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=THeGYzQxCNXJSiI7rlHlZjowElvY+2M6IV1bN8pm4LI=; b=pmCP8cEKLl7AYfdyX+obIsc9uV22VCJR7m18iwNWS1xd4v+ivgK9ggHGGrTS93NEb5 4K0cibHvnQeCikI9PyplImEzK6SnLkkj6XCf5E/jIlCLfwK2a9OxDFZ8pYR6auNlTiI5 6sI+GvxpeUrAmiRNXCdDkTWRCpZfWviU1V8r8= In-Reply-To: <20100630084948.1f68e423@lembas.zaitcev.lan> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Pete Zaitcev Cc: Project Hail List On 06/30/2010 10:49 AM, Pete Zaitcev wrote: > My rule of thumb is that magic delays are evil or stupid, so I worked on > eliminating them from our scripts. However, in this case it's just not > worth it, because the result is that we have to wait way more than 100s > for several cycles of CLD timeouts to complete, not just one, before we > declare a failure. With this patch, all builds completed that I submitted > to Fedora build system. > > Signed-off-by: Pete Zaitcev > > --- > test/start-daemon | 4 ++++ > test/wait-for-listen.c | 7 ++----- > 2 files changed, 6 insertions(+), 5 deletions(-) applied