From 460631e49990099ed9b8f123a76c56b06c1691b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 21 Sep 2021 12:19:23 +0200 Subject: [PATCH] Increase CK_TIMEOUT_MULTIPLIER to avoid failures on slow architectures --- lasso.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lasso.spec b/lasso.spec index a895704..391f90a 100644 --- a/lasso.spec +++ b/lasso.spec @@ -231,7 +231,7 @@ export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk %make_build CFLAGS="%{optflags}" %check -make check CK_TIMEOUT_MULTIPLIER=5 +make check CK_TIMEOUT_MULTIPLIER=10 %install #install -m 755 -d %{buildroot}%{_datadir}/gtk-doc/html