aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2024-05-09 15:35:40 +0100
committerChristopher Baines <mail@cbaines.net>2024-05-13 12:01:46 +0100
commit31d1cc82b325d8b17e21c5a22e9aea6c24cffe90 (patch)
treee11cb6bd04a78d22a226041e5e562b6cbb2b186c /gnu/packages
parent08360a2cd0f1c447c9ad25bef8ed317abcdb0c91 (diff)
downloadguix-31d1cc82b325d8b17e21c5a22e9aea6c24cffe90.tar.gz
guix-31d1cc82b325d8b17e21c5a22e9aea6c24cffe90.zip
gnu: nss/fixed: Tweak performance test.
As I'm seeing this test fail with results of 5 to 7 seconds. * gnu/packages/nss.scm (nss/fixed)[arguments]: Tweak a test to have a higher time threshold. Change-Id: Icb0551cd986acf67b2ba17dc8772a67b9747d31a
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/nss.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index 162e748094..80bf627583 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -280,6 +280,14 @@ security standards.")
(setenv "USE_IP" "TRUE")
(setenv "IP_ADDRESS" "127.0.0.1")
+ ;; This specific test is looking at performance "now
+ ;; verify that we can quickly dump a database", and
+ ;; we're not testing performance here (especially
+ ;; since we're using faketime), so raise the
+ ;; threshold
+ (substitute* "nss/tests/dbtests/dbtests.sh"
+ ((" -lt 5") " -lt 50"))
+
;; The "PayPalEE.cert" certificate expires every six months,
;; leading to test failures:
;; <https://bugzilla.mozilla.org/show_bug.cgi?id=609734>. To
rtès 2017-05-13gnu: guile-ssh: Rename "guile2.2-ssh" to "guile-ssh"....Ludovic Courtès 2017-05-09gnu: guile-ssh: Update to 0.11.0....Ludovic Courtès 2017-05-09gnu: guile2.2-ssh: Update snapshot....Ludovic Courtès 2017-05-04gnu: openssh: groff is a native-input....Leo Famulari 2017-04-22gnu: Add guile2.2-ssh....Ludovic Courtès 2017-03-27Merge branch 'master' into core-updatesLeo Famulari 2017-03-27gnu: corkscrew: Install the README file....Tobias Geerinckx-Rice 2017-03-27gnu: corkscrew: Improve descriptions....Tobias Geerinckx-Rice 2017-03-27gnu: corkscrew: Download source from a mirror....Tobias Geerinckx-Rice 2017-03-27gnu: mosh: Update to 1.3.0....Tobias Geerinckx-Rice 2017-03-22Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner 2017-03-22gnu: openssh: Update to 7.5p1....Leo Famulari 2017-03-19gnu: lsh: Use libc's argp instead of the bundled one....Ludovic Courtès 2017-03-09Merge branch 'master' into core-updatesLudovic Courtès 2017-02-26gnu: libssh2: Fix build failure after 1.8.0 upgrade....Marius Bakke 2017-02-26gnu: libssh: Update to 0.7.4....Marius Bakke 2017-01-23Merge branch 'master' into core-updatesLudovic Courtès 2017-01-19gnu: Move Kerberos implemetations to (gnu packages kerberos)....Ludovic Courtès 2017-01-06Merge branch 'master' into core-updatesLeo Famulari 2016-12-22gnu: libssh2: Update to 1.8.0....Leo Famulari 2016-12-19gnu: openssh: Update to 7.4p1....Leo Famulari 2016-11-25gnu: guile-ssh: Update to 0.10.2....Ludovic Courtès 2016-10-26gnu: Add autossh....Christopher Allan Webber 2016-10-19gnu: openssh: Fix CVE-2016-8858....Leo Famulari