From 5db99519cc19217a5474329a99d139ee5c80bdd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 5 Jan 2021 10:39:21 +0100 Subject: dev-libs/jsoncpp: Double the test timeout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-libs/jsoncpp/jsoncpp-1.9.4.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'dev-libs/jsoncpp') diff --git a/dev-libs/jsoncpp/jsoncpp-1.9.4.ebuild b/dev-libs/jsoncpp/jsoncpp-1.9.4.ebuild index 56c363d61a41..699d04c12855 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 +} -- cgit v1.2.3