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 8D09C158041 for ; Thu, 4 Apr 2024 16:51:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D22462BC016; Thu, 4 Apr 2024 16:51:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B75C02BC016 for ; Thu, 4 Apr 2024 16:51:23 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09805343287 for ; Thu, 4 Apr 2024 16:51:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DFF3167A for ; Thu, 4 Apr 2024 16:51:21 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1712249473.6c3930b5b1889a1c73f4369bb9fb298b08440561.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libei/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libei/libei-1.2.1.ebuild X-VCS-Directories: dev-libs/libei/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6c3930b5b1889a1c73f4369bb9fb298b08440561 X-VCS-Branch: master Date: Thu, 4 Apr 2024 16:51:21 +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: e94ea22a-f9b5-4ff4-b19a-7dea4c145437 X-Archives-Hash: a03f1e22f391f6d016c653f6f0b6269d commit: 6c3930b5b1889a1c73f4369bb9fb298b08440561 Author: Matt Turner gentoo org> AuthorDate: Thu Apr 4 16:27:53 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Apr 4 16:51:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3930b5 dev-libs/libei: Add --timeout-multiplier 10 Some tests (protocol-test, scanner-pytest, oeffis-pytest) can take longer than 30 seconds if the system is under load. Bug: https://bugs.gentoo.org/916777 Signed-off-by: Matt Turner gentoo.org> dev-libs/libei/libei-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libei/libei-1.2.1.ebuild b/dev-libs/libei/libei-1.2.1.ebuild index 7436beac8956..44292ff7820b 100644 --- a/dev-libs/libei/libei-1.2.1.ebuild +++ b/dev-libs/libei/libei-1.2.1.ebuild @@ -90,7 +90,7 @@ src_configure() { src_test() { # bug #916777 - meson_src_test --no-suite sigalrm + meson_src_test --no-suite sigalrm --timeout-multiplier 10 } src_install() {