guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: nss: Further increase test timeouts on armhf.


From: Marius Bakke
Subject: 01/01: gnu: nss: Further increase test timeouts on armhf.
Date: Sun, 23 Apr 2017 05:40:02 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 769df80ded6057548a31571a49bc60cc8cf8f0be
Author: Marius Bakke <address@hidden>
Date:   Sat Apr 22 09:25:36 2017 +0200

    gnu: nss: Further increase test timeouts on armhf.
    
    * gnu/packages/gnuzilla.scm (nss)[arguments]<#:phases>: Add a substitution
    when target platform is armhf.
---
 gnu/packages/gnuzilla.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index efe63ad..d60b538 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -241,6 +241,16 @@ in the Mozilla clients.")
                   `((setenv "USE_64" "1")))
                  (_
                   '()))
+             ;; The timeout values in "increase-test-timeouts" are still
+             ;; too low, so apply this workaround on armhf for now to avoid
+             ;; rebuilding on all platforms. This should be incorporated in
+             ;; the patch for the next update.
+             ;; 
https://lists.gnu.org/archive/html/guix-devel/2017-04/msg00472.html
+             ,@(if (string-prefix? "armhf" (or (%current-target-system)
+                                               (%current-system)))
+                   `((substitute* "nss/gtests/ssl_gtest/tls_connect.cc"
+                       (("25000\\);") "300000);")))
+                   '())
              #t))
          (replace 'check
            (lambda _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]