diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-05 10:39:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-05 10:51:55 +0100 |
commit | 5db99519cc19217a5474329a99d139ee5c80bdd7 (patch) | |
tree | 35a1119908249d8afff82fdc07c19bc8f6e2ed71 /dev-libs/jsoncpp | |
parent | dev-python/sphinx: Bump to 3.4.2 (diff) | |
download | gentoo-5db99519cc19217a5474329a99d139ee5c80bdd7.tar.gz gentoo-5db99519cc19217a5474329a99d139ee5c80bdd7.tar.bz2 gentoo-5db99519cc19217a5474329a99d139ee5c80bdd7.zip |
dev-libs/jsoncpp: Double the test timeout
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/jsoncpp')
-rw-r--r-- | dev-libs/jsoncpp/jsoncpp-1.9.4.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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 +} |