Bump the test timeout again

Related: rhbz#1984822 - lasso: FTBFS in test suite due to short test
                        timeout (potentially OpenSSL-related)
This commit is contained in:
Jakub Hrozek 2021-08-16 14:45:32 +02:00
parent c5cb426948
commit 1f264957b9

View File

@ -236,7 +236,7 @@ export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk
%make_build CFLAGS="%{optflags}"
%check
make check CK_TIMEOUT_MULTIPLIER=10 VERBOSE=yes
make check CK_TIMEOUT_MULTIPLIER=20 VERBOSE=yes
%install
#install -m 755 -d %{buildroot}%{_datadir}/gtk-doc/html
@ -323,7 +323,12 @@ rm -fr %{buildroot}%{_defaultdocdir}/%{name}
%endif
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com>
* Mon Aug 16 2021 Jakub Hrozek <jhrozek@redhat.com> - 2.7.0-9
- Bump the test timeout again
- Related: rhbz#1984822 - lasso: FTBFS in test suite due to short test
timeout (potentially OpenSSL-related)
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.7.0-8
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688