mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: zathura: Increase test timeouts.
* gnu/packages/pdf.scm (zathura): Export CK_DEFAULT_TIMEOUT before running tests.
This commit is contained in:
parent
3e6b398a48
commit
f0eba502a1
1 changed files with 5 additions and 0 deletions
|
@ -521,6 +521,11 @@ (define-public zathura
|
||||||
(let ((xorg-server (assoc-ref inputs "xorg-server"))
|
(let ((xorg-server (assoc-ref inputs "xorg-server"))
|
||||||
(display ":1"))
|
(display ":1"))
|
||||||
(setenv "DISPLAY" display)
|
(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'.
|
;; Don't fail due to missing '/etc/machine-id'.
|
||||||
(setenv "DBUS_FATAL_WARNINGS" "0")
|
(setenv "DBUS_FATAL_WARNINGS" "0")
|
||||||
(zero? (system (string-append xorg-server "/bin/Xvfb "
|
(zero? (system (string-append xorg-server "/bin/Xvfb "
|
||||||
|
|
Loading…
Reference in a new issue