guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: atlas: Extend build time-out.


From: guix-commits
Subject: 06/06: gnu: atlas: Extend build time-out.
Date: Fri, 2 Jul 2021 14:58:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b9aab8e89cd9ef9ef5be6706ff53edfd96ad8518
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jul 2 20:51:43 2021 +0200

    gnu: atlas: Extend build time-out.
    
    * gnu/packages/maths.scm (atlas)[properties]: Quadruple the timeout.
---
 gnu/packages/maths.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 7ae585c..93b8ee2 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4273,6 +4273,9 @@ done in the BIOS, or, on GNU/Linux, with the following 
command:
 @end example
 
 Failure to do so will result in a library with poor performance.")
+    ;; The test suite is notoriously lengthy and routinely exceeds the default
+    ;; timeout of 21600 seconds on the not unbeefy berlin build nodes.
+    (properties '((timeout . 86400)))        ; 1 day
     (license license:bsd-3)))
 
 (define-public cglm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]