guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: nss: Increase build timeout to 60 hours.


From: Mark H. Weaver
Subject: 01/02: gnu: nss: Increase build timeout to 60 hours.
Date: Tue, 4 Oct 2016 02:06:54 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit e9b718a05a9c33494c1f4e3aa639acedbc461c40
Author: Mark H Weaver <address@hidden>
Date:   Mon Sep 26 03:49:59 2016 -0400

    gnu: nss: Increase build timeout to 60 hours.
    
    * gnu/packages/gnuzilla.scm (nss)[properties]: Increase build timeout to
    60 hours.
---
 gnu/packages/gnuzilla.scm |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index c2aba24..d114dc0 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -275,10 +275,9 @@ in the Mozilla clients.")
     (propagated-inputs `(("nspr" ,nspr))) ; required by nss.pc.
     (native-inputs `(("perl" ,perl)))
 
-    ;; The NSS test suite takes over 28 hours on Loongson 3A (MIPS), and
-    ;; possibly longer when another build is happening concurrently on the
-    ;; same machine.
-    (properties '((timeout . 144000)))  ; 40 hours
+    ;; The NSS test suite takes around 48 hours on Loongson 3A (MIPS) when
+    ;; another build is happening concurrently on the same machine.
+    (properties '((timeout . 216000)))  ; 60 hours
 
     (home-page
      "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS";)



reply via email to

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