commit: 5db99519cc19217a5474329a99d139ee5c80bdd7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 5 09:39:21 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 5 09:51:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db99519
dev-libs/jsoncpp: Double the test timeout
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/jsoncpp/jsoncpp-1.9.4.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-libs/jsoncpp/jsoncpp-1.9.4.ebuild
b/dev-libs/jsoncpp/jsoncpp-1.9.4.ebuild
index 56c363d61a4..699d04c1285 100644
--- a/dev-libs/jsoncpp/jsoncpp-1.9.4.ebuild
+++ b/dev-libs/jsoncpp/jsoncpp-1.9.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -43,3 +43,8 @@ src_compile() {
HTML_DOCS=( dist/doxygen/jsoncpp*/. )
fi
}
+
+src_test() {
+ # increase test timeout due to failures on slower hardware
+ meson_src_test -t 2
+}