aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-05-14 08:44:29 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-05-29 21:55:18 -0400
commitc9e3806ec1686f348f2ac5d88cf65daed74a721b (patch)
tree9e26539f29ddf14f56e39a10dccbc81f50523716 /gnu/packages
parenta05c130435d559bcea8dd213294ae7e8159b1d51 (diff)
downloadguix-c9e3806ec1686f348f2ac5d88cf65daed74a721b.tar.gz
guix-c9e3806ec1686f348f2ac5d88cf65daed74a721b.zip
gnu: nss/fixed: Hasten test suite.
This causes the test suite to run in about in nearly a third of the original time (from 145 min to 52 minutes on a particular machine). * gnu/packages/nss.scm (nss/fixed) [phases] {check}: Set NSS_CYCLES environment variable to 'standard'. Change-Id: I5dab1ed16b302af2276b0f075a790f6193edbe95
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/nss.scm5
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
it/gnu/system.scm?id=ccb62d8feb50e2859d7c41429a9e3d9e0fe30bfe'>Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge 2023-03-16services: etc-service: Deprecate etc-service procedure....Bruno Victal 2023-03-13system: Remove redundant gexp-ungexp usage....Bruno Victal 2023-03-13system: Simplify nsswitch binding....Bruno Victal 2023-03-02Merge remote-tracking branch 'savannah/master' into core-updates...Christopher Baines 2023-03-03services: base: Deprecate 'host-name-service' procedure....Bruno Victal 2023-02-23system: Do not export local-host-entries....Bruno Victal 2023-02-09system: Deprecate hosts-file....Bruno Victal 2023-01-30Merge remote-tracking branch 'origin/master' into core-updates...Efraim Flashner 2023-01-05system: Define default 'PS1' in /etc/bashrc rather than ~/.bashrc....Ludovic Courtès 2022-12-05system: Add e2fsprogs to %base-packages-utils....Maxim Cournoyer 2022-12-05system: Rename and move %base-packages-disk-utilities....Maxim Cournoyer 2022-11-27gnu: shadow: Merge in shadow-with-man-pages....Efraim Flashner 2022-10-23gnu: Fix typos....Vagrant Cascadian 2022-10-23system: hurd: Boot with the statically-linked 'exec' server....Ludovic Courtès 2022-10-11system: operating-system: Make the timezone field default to Etc/UTC....Maxim Cournoyer 2022-09-28services: Add file system utilities to profile....Brice Waegeneire 2022-07-14gnu: system: Add fusermount3 to setuid-programs....Maxim Cournoyer 2022-06-15system: <operating-system> compiler truly honors the 'system' argument....Ludovic Courtès 2022-06-06system: Fix typo, add doc....Maxim Cournoyer 2022-05-21system: Improve warning when using LUKS mapped devices without UUIDs....Maxim Cournoyer 2022-04-07services: shepherd: Default to version 0.9....Ludovic Courtès 2022-03-21system: Use 'shadow-with-man-pages' in %BASE-PACKAGES-UTILS....Ludovic Courtès 2022-03-16system: Improve 'read-boot-parameters' incompatibility diagnostic....Ludovic Courtès 2022-03-07system: Set kernel name for riscv64-linux....Efraim Flashner 2022-03-01initrd: Use non-hyphenated kernel command-line parameter names....Maxim Cournoyer 2022-03-01system: Streamline operating-system-boot-parameters-file a bit....Maxim Cournoyer 2022-03-01system: Add a version field to the <boot-parameters> record....Maxim Cournoyer