gnu: atlas: Extend build time-out.
* gnu/packages/maths.scm (atlas)[properties]: Quadruple the timeout.
This commit is contained in:
parent
159de0362b
commit
b9aab8e89c
1 changed files with 3 additions and 0 deletions
|
@ -4273,6 +4273,9 @@ (define-public atlas
|
|||
@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
|
||||
|
|
Loading…
Reference in a new issue