diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-25 17:12:38 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-26 21:02:00 +0200 |
commit | 0fdbe80cedf6bce1505289edba5804b2c680d5ad (patch) | |
tree | 8f6d45b4b0faf039f0b49a1e6c2b5fe7aa5a0c5f /gui-libs/gtksourceview | |
parent | dev-python/sphinxcontrib-bibtex: Remove old (diff) | |
download | gentoo-0fdbe80cedf6bce1505289edba5804b2c680d5ad.tar.gz gentoo-0fdbe80cedf6bce1505289edba5804b2c680d5ad.tar.bz2 gentoo-0fdbe80cedf6bce1505289edba5804b2c680d5ad.zip |
gui-libs/gtksourceview: Increase tests timeout value for slower arches
Bug: https://bugs.gentoo.org/839345
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/25194
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'gui-libs/gtksourceview')
-rw-r--r-- | gui-libs/gtksourceview/gtksourceview-5.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |