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.
This commit is contained in:
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

View file

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