From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DAC3D15808A for ; Sun, 03 Aug 2025 10:11:22 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C7647340D7B for ; Sun, 03 Aug 2025 10:11:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EC0F4110563; Sun, 03 Aug 2025 10:11:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id DC139110564 for ; Sun, 03 Aug 2025 10:11:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97F80340D54 for ; Sun, 03 Aug 2025 10:11:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF64232BA for ; Sun, 03 Aug 2025 10:11:10 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1754215813.cb2eae202a0cd7793470a19001d39bdfbbe841ef.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/umockdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/umockdev/umockdev-9999.ebuild X-VCS-Directories: dev-util/umockdev/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: cb2eae202a0cd7793470a19001d39bdfbbe841ef X-VCS-Branch: master Date: Sun, 03 Aug 2025 10:11:10 +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: b8725b66-81cf-4bd9-b5af-21c2333fb60b X-Archives-Hash: 338beaf7775f917d2c5b7b271c1c4d44 commit: cb2eae202a0cd7793470a19001d39bdfbbe841ef Author: Pacho Ramos gentoo org> AuthorDate: Sun Aug 3 10:10:13 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Aug 3 10:10:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb2eae20 dev-util/umockdev: Sync with latest ebuild Signed-off-by: Pacho Ramos gentoo.org> dev-util/umockdev/umockdev-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/umockdev/umockdev-9999.ebuild b/dev-util/umockdev/umockdev-9999.ebuild index fc7256cd846f..334a3957dab0 100644 --- a/dev-util/umockdev/umockdev-9999.ebuild +++ b/dev-util/umockdev/umockdev-9999.ebuild @@ -58,5 +58,6 @@ multilib_src_configure() { } multilib_src_test() { - meson_src_test --no-suite fails-valgrind + export SLOW_TESTBED_FACTOR=10 + meson test -v --num-processes=1 --timeout-multiplier=10 --setup installed }