commit: 0fdbe80cedf6bce1505289edba5804b2c680d5ad Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Mon Apr 25 15:12:38 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> 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ć <jsmolic <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/25194 Signed-off-by: Jakov Smolić <jsmolic <AT> 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() {
