From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: [PATCH] gnu: guile-next: Increase timeout. Date: Sat, 8 Oct 2016 10:00:44 +0200 Message-ID: <20161008080044.12765-1-rekado@elephly.net> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsmYy-00034D-JG for guix-devel@gnu.org; Sat, 08 Oct 2016 04:00:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bsmYv-0008Fk-EH for guix-devel@gnu.org; Sat, 08 Oct 2016 04:00:56 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:21455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bsmYv-0008FK-5B for guix-devel@gnu.org; Sat, 08 Oct 2016 04:00:53 -0400 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" To: guix-devel@gnu.org * gnu/packages/guile.scm (guile-next)[properties]: Set timeout to 20 hours. --- gnu/packages/guile.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 0890f19..7361f1f 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -220,6 +220,7 @@ without requiring the source code to be rewritten.") (snippet '(for-each delete-file (find-files "prebuilt" "\\.go$"))))) (synopsis "Snapshot of what will become version 2.2 of GNU Guile") + (properties '((timeout . 72000))) ; 20 hours (native-search-paths (list (search-path-specification (variable "GUILE_LOAD_PATH") -- 2.10.0