Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/gtksourceview/
Date: Tue, 26 Apr 2022 19:02:13
Message-Id: 1650999720.0fdbe80cedf6bce1505289edba5804b2c680d5ad.jsmolic@gentoo
1 commit: 0fdbe80cedf6bce1505289edba5804b2c680d5ad
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 25 15:12:38 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 19:02:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fdbe80c
7
8 gui-libs/gtksourceview: Increase tests timeout value for slower arches
9
10 Bug: https://bugs.gentoo.org/839345
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12 Closes: https://github.com/gentoo/gentoo/pull/25194
13 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
14
15 gui-libs/gtksourceview/gtksourceview-5.4.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/gui-libs/gtksourceview/gtksourceview-5.4.1.ebuild b/gui-libs/gtksourceview/gtksourceview-5.4.1.ebuild
19 index ab65cf65e059..52b67364ecaf 100644
20 --- a/gui-libs/gtksourceview/gtksourceview-5.4.1.ebuild
21 +++ b/gui-libs/gtksourceview/gtksourceview-5.4.1.ebuild
22 @@ -58,7 +58,7 @@ src_configure() {
23 src_test() {
24 # Tests fail in test-regex with libpcre2[recursion-limit] - https://gitlab.gnome.org/GNOME/gtksourceview/-/issues/255
25 # Ensured OK via USE dep, as it would mean issues in real usage for syntax highlighting as well
26 - virtx meson_src_test
27 + virtx meson_src_test --timeout-multiplier=2
28 }
29
30 src_install() {