mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
24c86ad0c0
commit
93ae39dfcd
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue