From a49011af681c862089569ecaafaf32fd255c63f3 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sun, 1 Sep 2019 11:18:58 +0200 Subject: [PATCH] Let tests run longer Resolves: #1743888 - lasso unit tests time out on slower arches (e.g. arm) --- lasso.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lasso.spec b/lasso.spec index de3878c..2f6ea75 100644 --- a/lasso.spec +++ b/lasso.spec @@ -58,7 +58,7 @@ Summary: Liberty Alliance Single Sign On Name: lasso Version: 2.6.0 -Release: 17%{?dist} +Release: 18%{?dist} License: GPLv2+ URL: http://lasso.entrouvert.org/ Source: http://dev.entrouvert.org/lasso/lasso-%{version}.tar.gz @@ -217,7 +217,7 @@ sed -i -E -e '/^#![[:blank:]]*(\/usr\/bin\/env[[:blank:]]+python[^3]?\>)|(\/usr\ popd pushd bindings/python make %{?_smp_mflags} CFLAGS="%{optflags}" - make check + make check CK_TIMEOUT_MULTIPLIER=5 mkdir py2 mv lasso.py .libs/_lasso.so py2 popd @@ -232,7 +232,7 @@ sed -i -E -e '/^#![[:blank:]]*(\/usr\/bin\/env[[:blank:]]+python[^3]?\>)|(\/usr\ %make_build CFLAGS="%{optflags}" %check -make check +make check CK_TIMEOUT_MULTIPLIER=5 %install #install -m 755 -d %{buildroot}%{_datadir}/gtk-doc/html @@ -319,6 +319,10 @@ rm -fr %{buildroot}%{_defaultdocdir}/%{name} %endif %changelog +* Sun Sep 1 2019 Jakub Hrozek - 2.6.0-18 +- Let tests run longer +- Resolves: #1743888 - lasso unit tests time out on slower arches (e.g. arm) + * Mon Aug 19 2019 Miro HronĨok - 2.6.0-17 - Rebuilt for Python 3.8