From 93ae39dfcdde8019797baa032e58b8120e371ad2 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 27 Nov 2020 18:36:23 +0100 Subject: [PATCH] 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. --- gnu/packages/gstreamer.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 3625755500..5392f4ad38 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -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