From 81a92c310907a51d2a03b6d470f4276a7d7ac00c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 26 Apr 2023 00:13:39 +0100 Subject: gentoo auto-resync : 26:04:2023 - 00:13:39 --- .../files/wireplumber-0.4.14-backport-pr505.patch | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 media-video/wireplumber/files/wireplumber-0.4.14-backport-pr505.patch (limited to 'media-video/wireplumber/files') diff --git a/media-video/wireplumber/files/wireplumber-0.4.14-backport-pr505.patch b/media-video/wireplumber/files/wireplumber-0.4.14-backport-pr505.patch new file mode 100644 index 000000000000..35eedb027b0a --- /dev/null +++ b/media-video/wireplumber/files/wireplumber-0.4.14-backport-pr505.patch @@ -0,0 +1,31 @@ +https://bugs.gentoo.org/show_bug.cgi?id=902445 +https://gitlab.freedesktop.org/pipewire/wireplumber/-/merge_requests/505 + +From b7d41ac5bdf08c682c693e91c77d428268a7869e Mon Sep 17 00:00:00 2001 +From: matoro <75928-matoro1@users.noreply.gitlab.freedesktop.org> +Date: Thu, 20 Apr 2023 17:53:35 -0400 +Subject: [PATCH] tests: common: crank up timeout for slower devices + +Timeout of 3 seconds is too slow for test-si-standard-link on slower +devices, crank this up with plenty of extra margin. Does not +practically affect running time on faster devices. +--- + tests/common/base-test-fixture.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/tests/common/base-test-fixture.h b/tests/common/base-test-fixture.h +index b15dd1af2..d1b56ab4b 100644 +--- a/tests/common/base-test-fixture.h ++++ b/tests/common/base-test-fixture.h +@@ -67,7 +67,7 @@ wp_base_test_fixture_setup (WpBaseTestFixture * self, WpBaseTestFlags flags) + g_main_context_push_thread_default (self->context); + + /* watchdog */ +- self->timeout_source = g_timeout_source_new_seconds (3); ++ self->timeout_source = g_timeout_source_new_seconds (8); + g_source_set_callback (self->timeout_source, (GSourceFunc) timeout_callback, + self, NULL); + g_source_attach (self->timeout_source, self->context); +-- +GitLab + -- cgit v1.2.3