From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57172) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0CZX-0001KR-B9 for guix-patches@gnu.org; Fri, 07 Feb 2020 17:58:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0CZW-00079q-Eg for guix-patches@gnu.org; Fri, 07 Feb 2020 17:58:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44443) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j0CZW-00079i-BX for guix-patches@gnu.org; Fri, 07 Feb 2020 17:58:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j0CZW-0004ug-8I for guix-patches@gnu.org; Fri, 07 Feb 2020 17:58:02 -0500 Subject: [bug#39451] [PATCH] gnu: subversion: Support running the tests in parallel. Resent-Message-ID: Date: Fri, 7 Feb 2020 17:57:20 -0500 From: Leo Famulari Message-ID: <20200207225720.GB8706@jasmine.lan> References: <20200206084207.15195-1-mail@cbaines.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200206084207.15195-1-mail@cbaines.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 39451@debbugs.gnu.org On Thu, Feb 06, 2020 at 08:42:07AM +0000, Christopher Baines wrote: > This drops the time to build the package on my machine from ~14 minutes to ~5 > minutes. Awesome. If it seems reliable for you (doesn't crash due to race conditions) then please push.