[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: gdk-pixbuf: Increase test timeout.
From: |
Efraim Flashner |
Subject: |
01/01: gnu: gdk-pixbuf: Increase test timeout. |
Date: |
Sun, 14 Oct 2018 04:11:07 -0400 (EDT) |
efraim pushed a commit to branch core-updates
in repository guix.
commit c2397a869549b6786b801ab816acdba68555494a
Author: Efraim Flashner <address@hidden>
Date: Sun Oct 14 11:04:13 2018 +0300
gnu: gdk-pixbuf: Increase test timeout.
* gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: Increase test timeout.
---
gnu/packages/gtk.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index ccedec6..cec1050 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -469,7 +469,11 @@ highlighting and other features typical of a source code
editor.")
;; ERROR:pixbuf-jpeg.c:74:test_type9_rotation_exif_tag:
;; assertion failed (error == NULL): Data differ
;; (gdk-pixbuf-error-quark, 0)
- ((".*'pixbuf-jpeg'.*") ""))
+ ((".*'pixbuf-jpeg'.*") "")
+ ;; Extend the timeout of the test suite.
+ ;; TODO: Check upstreaming effort:
+ ;; https://gitlab.gnome.org/GNOME/gdk-pixbuf/merge_requests/21
+ (("300") "1800"))
#t))
(add-before 'configure 'aid-install-script
(lambda* (#:key outputs #:allow-other-keys)