Let tests run longer
Resolves: #1743888 - lasso unit tests time out on slower arches (e.g. arm)
This commit is contained in:
parent
cd7d8324b4
commit
a49011af68
10
lasso.spec
10
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 <jhrozek@redhat.com> - 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 <mhroncok@redhat.com> - 2.6.0-17
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user