commit: e5a439ef0f2c9dc839deee6197d97d0f2f4c0ed1 Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk> AuthorDate: Wed Sep 25 05:34:33 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Sep 25 21:20:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a439ef
net-libs/libssh: crank up test timeouts Bug: https://bugs.gentoo.org/935899 Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/38766 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-libs/libssh/libssh-0.10.6-r1.ebuild | 4 ++++ net-libs/libssh/libssh-9999.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/net-libs/libssh/libssh-0.10.6-r1.ebuild b/net-libs/libssh/libssh-0.10.6-r1.ebuild index f2253fff3b59..2890c24fa814 100644 --- a/net-libs/libssh/libssh-0.10.6-r1.ebuild +++ b/net-libs/libssh/libssh-0.10.6-r1.ebuild @@ -118,6 +118,10 @@ multilib_src_compile() { multilib_is_native_abi && use doc && cmake_src_compile docs } +multilib_src_test() { + cmake_src_test --timeout 3000 +} + multilib_src_install() { cmake_src_install multilib_is_native_abi && use doc && local HTML_DOCS=( "${BUILD_DIR}"/doc/html/. ) diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild index 88efb91ea9b8..efb21e5e77c1 100644 --- a/net-libs/libssh/libssh-9999.ebuild +++ b/net-libs/libssh/libssh-9999.ebuild @@ -113,6 +113,10 @@ multilib_src_compile() { multilib_is_native_abi && use doc && cmake_src_compile docs } +multilib_src_test() { + cmake_src_test --timeout 3000 +} + multilib_src_install() { cmake_src_install multilib_is_native_abi && use doc && local HTML_DOCS=( "${BUILD_DIR}"/doc/html/. )
