guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: Further increase common gstreamer test time-outs.


From: guix-commits
Subject: 01/02: gnu: Further increase common gstreamer test time-outs.
Date: Fri, 27 Nov 2020 13:34:03 -0500 (EST)

nckx pushed a commit to branch staging
in repository guix.

commit 93ae39dfcdde8019797baa032e58b8120e371ad2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Nov 27 18:36:23 2020 +0100

    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 3625755..5392f4a 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -452,10 +452,10 @@ the GStreamer multimedia framework.")
   '((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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]