gnu: glib: Increase timeout for armhf builds.

* gnu/packages/glib.scm (glib)[arguments]: Increase timeout for armhf
builds.
This commit is contained in:
Julien Lepiller 2021-03-20 18:21:58 +01:00
parent b09967bc58
commit bb804a0d58
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -235,7 +235,7 @@ (define glib
(lambda _
(substitute* "meson.build"
(("test_timeout = 60")
"test_timeout = 90")
"test_timeout = 120")
(("test_timeout_slow = 120")
"test_timeout_slow = 180")))))
'())
@ -391,9 +391,10 @@ (define pattern+procs
(home-page "https://developer.gnome.org/glib/")
(license license:lgpl2.1+)))
(define glib/fixed
(define-public glib/fixed
(package
(inherit glib)
(properties '())
(source (origin
(inherit (package-source glib))
(patches