From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: dmd: Sleep longer in tests, for slower machines Date: Sun, 16 Feb 2014 22:16:46 +0100 Message-ID: <87y51au5a9.fsf@gnu.org> References: <87sirjpl58.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WF956-0000e0-N2 for guix-devel@gnu.org; Sun, 16 Feb 2014 16:17:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WF94x-0000XA-Gx for guix-devel@gnu.org; Sun, 16 Feb 2014 16:16:56 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:47921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WF94x-0000Wd-Ao for guix-devel@gnu.org; Sun, 16 Feb 2014 16:16:47 -0500 In-Reply-To: <87sirjpl58.fsf@netris.org> (Mark H. Weaver's message of "Sun, 16 Feb 2014 02:33:07 -0500") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > I need this to successfully pass the dmd tests on the YeeLoong. Damn, this machine is slow. ;-) I wonder what we could do to better handle that, though. Perhaps dmd could send SIGUSR1 to its parent when the socket=E2=80=99s ready, like Xorg does? > From d964bc6f49eba2ba2eed6481aa0a0ceb6dfbd4e5 Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Sun, 16 Feb 2014 02:23:18 -0500 > Subject: [PATCH] gnu: dmd: Sleep longer in tests, for slower machines. > > * gnu/packages/patches/dmd-tests-longer-sleeps.patch: New file. > * gnu/packages/admin.scm (dmd): Add the patch. > * gnu-system.am (dist_patch_DATA): Add it. OK, please push. Thanks, Ludo=E2=80=99.