mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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
This commit is contained in:
parent
08360a2cd0
commit
31d1cc82b3
1 changed files with 8 additions and 0 deletions
|
@ -280,6 +280,14 @@ (define-public nss/fixed
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue