From 3fced772e34cb332f6299411cd6501eadef760cb Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 29 Aug 2021 13:54:33 +0300 Subject: gnu: python-pygobject: Extend test timeout. * gnu/packages/glib.scm (python-pygobject)[arguments]: Replace check phase and extend the test timeout. --- gnu/packages/glib.scm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index f0328498e4..d1d0f5b273 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -801,6 +801,14 @@ useful for C++.") '("test_atoms.py" "test_overrides_gtk.py")) #t))))) (build-system meson-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + ;; The default 90 seconds can be too low on slower machines. + (invoke "meson" "test" "--timeout-multiplier" "5"))))))) (native-inputs `(("glib-bin" ,glib "bin") ("pkg-config" ,pkg-config) -- cgit v1.2.3