gnu: nss: Increase build timeout to 60 hours.
* gnu/packages/gnuzilla.scm (nss)[properties]: Increase build timeout to 60 hours.
This commit is contained in:
parent
6adda006be
commit
e9b718a05a
|
@ -275,10 +275,9 @@ in the Mozilla clients.")
|
||||||
(propagated-inputs `(("nspr" ,nspr))) ; required by nss.pc.
|
(propagated-inputs `(("nspr" ,nspr))) ; required by nss.pc.
|
||||||
(native-inputs `(("perl" ,perl)))
|
(native-inputs `(("perl" ,perl)))
|
||||||
|
|
||||||
;; The NSS test suite takes over 28 hours on Loongson 3A (MIPS), and
|
;; The NSS test suite takes around 48 hours on Loongson 3A (MIPS) when
|
||||||
;; possibly longer when another build is happening concurrently on the
|
;; another build is happening concurrently on the same machine.
|
||||||
;; same machine.
|
(properties '((timeout . 216000))) ; 60 hours
|
||||||
(properties '((timeout . 144000))) ; 40 hours
|
|
||||||
|
|
||||||
(home-page
|
(home-page
|
||||||
"https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS")
|
"https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS")
|
||||||
|
|
Loading…
Reference in New Issue