guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: zathura: Increase test timeouts.


From: Marius Bakke
Subject: 02/05: gnu: zathura: Increase test timeouts.
Date: Sat, 17 Feb 2018 10:17:13 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit f0eba502a1ee564bb3b8ce6032548ec343ed49ba
Author: Marius Bakke <address@hidden>
Date:   Sat Feb 17 00:08:04 2018 +0100

    gnu: zathura: Increase test timeouts.
    
    * gnu/packages/pdf.scm (zathura): Export CK_DEFAULT_TIMEOUT before running
    tests.
---
 gnu/packages/pdf.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 9730e61..aba7b97 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -521,6 +521,11 @@ by using the poppler rendering engine.")
                       (let ((xorg-server (assoc-ref inputs "xorg-server"))
                             (display ":1"))
                         (setenv "DISPLAY" display)
+
+                        ;; On busy machines, tests may take longer than
+                        ;; the default of four seconds.
+                        (setenv "CK_DEFAULT_TIMEOUT" "20")
+
                         ;; Don't fail due to missing '/etc/machine-id'.
                         (setenv "DBUS_FATAL_WARNINGS" "0")
                         (zero? (system (string-append xorg-server "/bin/Xvfb "



reply via email to

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