me
/
guix
Archived
1
0
Fork 0

gnu: Further increase common gstreamer test time-outs.

They still fail too eagerly on busy build machines.

* gnu/packages/gstreamer.scm (%common-gstreamer-phases): Increase the
default time-outs tenfold.
master
Tobias Geerinckx-Rice 2020-11-27 18:36:23 +01:00
parent 24c86ad0c0
commit 93ae39dfcd
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -452,10 +452,10 @@ the GStreamer multimedia framework.")
'((add-after 'unpack 'increase-test-timeout '((add-after 'unpack 'increase-test-timeout
(lambda _ (lambda _
(substitute* "tests/check/meson.build" (substitute* "tests/check/meson.build"
(("'CK_DEFAULT_TIMEOUT', '20'") (("'CK_DEFAULT_TIMEOUT', '[0-9]*'")
"'CK_DEFAULT_TIMEOUT', '60'") "'CK_DEFAULT_TIMEOUT', '600'")
(("timeout ?: 3 \\* 60") (("timeout ?: .*\\)")
"timeout: 9 * 60")) "timeout: 90 * 60)"))
#t)))) #t))))
(define-public gstreamer (define-public gstreamer