summaryrefslogtreecommitdiff
path: root/gnu/packages/gnuzilla.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2016-09-26 03:49:59 -0400
committerMark H Weaver <mhw@netris.org>2016-10-03 22:05:32 -0400
commite9b718a05a9c33494c1f4e3aa639acedbc461c40 (patch)
tree050c7ea108be3d80c065cc3c61eab3dac3635e61 /gnu/packages/gnuzilla.scm
parent6adda006be64925df76a8cdcaeb8d2198fbfd193 (diff)
gnu: nss: Increase build timeout to 60 hours.
* gnu/packages/gnuzilla.scm (nss)[properties]: Increase build timeout to 60 hours.
Diffstat (limited to 'gnu/packages/gnuzilla.scm')
-rw-r--r--gnu/packages/gnuzilla.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index c2aba247b4..d114dc0ad5 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")