efraim pushed a commit to branch wip-riscv-bootstrap
in repository guix.

commit 0e4e35d3d130f0f496a1d1dbf0364e269d493458
Author: Efraim Flashner <efr...@flashner.co.il>
AuthorDate: Wed Sep 25 09:04:52 2024 +0300

    gnu: mes-boot: Extend build timeout.
    
    * gnu/packages/commencement.scm (mes-boot)[properties]: New field.
    
    Change-Id: I5086114ff6d06687a167c3cdce0b8cc1d139c80b
---
 gnu/packages/commencement.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 9c402680fa..7331ac6deb 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -486,7 +486,9 @@ MesCC-Tools), and finally M2-Planet.")
            (search-path-specification
             (variable "MES_PREFIX")
             (separator #f)
-            (files '("")))))))
+            (files '("")))))
+    ;; This can take up to 3 days on riscv64-linux.
+    (properties `((timeout . ,(* 3 24 60 60))))))
 
 
 (define tcc-boot0

Reply via email to