summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-07-02 20:51:43 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-07-02 20:51:43 +0200
commitb9aab8e89cd9ef9ef5be6706ff53edfd96ad8518 (patch)
tree805a761d0d47bd519c92789b627f6cd1f686e3db
parent159de0362b97fd8003664ed0683533aae7725dcb (diff)
downloadguix-patches-b9aab8e89cd9ef9ef5be6706ff53edfd96ad8518.tar
guix-patches-b9aab8e89cd9ef9ef5be6706ff53edfd96ad8518.tar.gz
gnu: atlas: Extend build time-out.
* gnu/packages/maths.scm (atlas)[properties]: Quadruple the timeout.
-rw-r--r--gnu/packages/maths.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 7ae585c9b1..93b8ee2ad4 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