From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E167158086 for ; Sat, 20 Nov 2021 00:53:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B361E07F9; Sat, 20 Nov 2021 00:53:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 017D2E07F9 for ; Sat, 20 Nov 2021 00:53:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E331F3430BB for ; Sat, 20 Nov 2021 00:53:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CEE91BD for ; Sat, 20 Nov 2021 00:53:05 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1637369577.1ab901e96dcdb173ccc09ced723e58257ea2597d.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/libfprint/files/, sys-auth/libfprint/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/libfprint/files/libfprint-1.94.1-test-timeout.patch sys-auth/libfprint/libfprint-1.94.1-r1.ebuild X-VCS-Directories: sys-auth/libfprint/files/ sys-auth/libfprint/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 1ab901e96dcdb173ccc09ced723e58257ea2597d X-VCS-Branch: master Date: Sat, 20 Nov 2021 00:53:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2e0f0f6d-7bfa-4be3-8e4b-fade72c64a9b X-Archives-Hash: 6305f4df9881690a78b77058ebd5911f commit: 1ab901e96dcdb173ccc09ced723e58257ea2597d Author: Marek Szuba gentoo org> AuthorDate: Fri Nov 19 22:44:02 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Nov 20 00:52:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab901e9 sys-auth/libfprint-1.94.1-r1: increase timeout threshold for some tests Signed-off-by: Marek Szuba gentoo.org> .../libfprint/files/libfprint-1.94.1-test-timeout.patch | 15 +++++++++++++++ sys-auth/libfprint/libfprint-1.94.1-r1.ebuild | 5 ++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/sys-auth/libfprint/files/libfprint-1.94.1-test-timeout.patch b/sys-auth/libfprint/files/libfprint-1.94.1-test-timeout.patch new file mode 100644 index 000000000000..cc5080e2a140 --- /dev/null +++ b/sys-auth/libfprint/files/libfprint-1.94.1-test-timeout.patch @@ -0,0 +1,15 @@ +Although most libfprint tests are vert quick, several of the VirtualImage +ones come very close to the default time-out threshold of 30 seconds. +Increase the relevant threshold to 45 seconds to make those tests less +sensitive to CPU frequency, system load etc. + +--- a/tests/meson.build ++++ b/tests/meson.build +@@ -88,6 +88,7 @@ + suite: ut_suite, + depends: libfprint_typelib, + env: envs, ++ timeout: 45, + ) + endforeach + else diff --git a/sys-auth/libfprint/libfprint-1.94.1-r1.ebuild b/sys-auth/libfprint/libfprint-1.94.1-r1.ebuild index 3b98a35777fd..88248d7fdd71 100644 --- a/sys-auth/libfprint/libfprint-1.94.1-r1.ebuild +++ b/sys-auth/libfprint/libfprint-1.94.1-r1.ebuild @@ -35,7 +35,10 @@ BDEPEND=" introspection? ( dev-libs/gobject-introspection ) " -PATCHES=( ${FILESDIR}/${PN}-0.8.2-fix-implicit-declaration.patch ) +PATCHES=( + "${FILESDIR}"/${PN}-0.8.2-fix-implicit-declaration.patch + "${FILESDIR}"/${PN}-1.94.1-test-timeout.patch +) src_configure() { local emesonargs=(