diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/nss.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm index 80bf627583..8fb8a2fc99 100644 --- a/gnu/packages/nss.scm +++ b/gnu/packages/nss.scm @@ -288,6 +288,11 @@ security standards.") (substitute* "nss/tests/dbtests/dbtests.sh" ((" -lt 5") " -lt 50")) + ;; Since the test suite is very lengthy, run the test + ;; suite once, not thrice as done by default, by + ;; selecting only the 'standard' cycle. + (setenv "NSS_CYCLES" "standard") + ;; The "PayPalEE.cert" certificate expires every six months, ;; leading to test failures: ;; <https://bugzilla.mozilla.org/show_bug.cgi?id=609734>. To |