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 A066C15808E for ; Tue, 26 Apr 2022 19:02:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9F72E0809; Tue, 26 Apr 2022 19:02:12 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57915E0809 for ; Tue, 26 Apr 2022 19:02:12 +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 727EA341A24 for ; Tue, 26 Apr 2022 19:02:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3221290 for ; Tue, 26 Apr 2022 19:02:09 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1650999720.0fdbe80cedf6bce1505289edba5804b2c680d5ad.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/gtksourceview/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/gtksourceview/gtksourceview-5.4.1.ebuild X-VCS-Directories: gui-libs/gtksourceview/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 0fdbe80cedf6bce1505289edba5804b2c680d5ad X-VCS-Branch: master Date: Tue, 26 Apr 2022 19:02:09 +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: ad5f8999-c032-43b8-88b2-4d693cf0dc5e X-Archives-Hash: 87d010e5bd8de4b4d3cf1ab1fb4c2db7 commit: 0fdbe80cedf6bce1505289edba5804b2c680d5ad Author: Jakov Smolić gentoo org> AuthorDate: Mon Apr 25 15:12:38 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Apr 26 19:02:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fdbe80c gui-libs/gtksourceview: Increase tests timeout value for slower arches Bug: https://bugs.gentoo.org/839345 Signed-off-by: Jakov Smolić gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/25194 Signed-off-by: Jakov Smolić gentoo.org> gui-libs/gtksourceview/gtksourceview-5.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/gtksourceview/gtksourceview-5.4.1.ebuild b/gui-libs/gtksourceview/gtksourceview-5.4.1.ebuild index ab65cf65e059..52b67364ecaf 100644 --- a/gui-libs/gtksourceview/gtksourceview-5.4.1.ebuild +++ b/gui-libs/gtksourceview/gtksourceview-5.4.1.ebuild @@ -58,7 +58,7 @@ src_configure() { src_test() { # Tests fail in test-regex with libpcre2[recursion-limit] - https://gitlab.gnome.org/GNOME/gtksourceview/-/issues/255 # Ensured OK via USE dep, as it would mean issues in real usage for syntax highlighting as well - virtx meson_src_test + virtx meson_src_test --timeout-multiplier=2 } src_install() {