Increase timeout by 10x
60s is not enough on SiFive HiFive Unmatched board for us. Increase it by 10x for now. Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
9bc03462d0
commit
ff8cf0ae00
@ -1,6 +1,6 @@
|
||||
Name: jose
|
||||
Version: 11
|
||||
Release: 6%{?dist}
|
||||
Release: 6.0.riscv64%{?dist}
|
||||
Summary: Tools for JSON Object Signing and Encryption (JOSE)
|
||||
|
||||
License: ASL 2.0
|
||||
@ -60,7 +60,7 @@ rm -rf %{buildroot}
|
||||
rm -rf %{buildroot}/%{_libdir}/lib%{name}.la
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
%meson_test --timeout-multiplier=10
|
||||
|
||||
%ldconfig_scriptlets -n lib%{name}
|
||||
|
||||
@ -81,6 +81,9 @@ rm -rf %{buildroot}/%{_libdir}/lib%{name}.la
|
||||
%{_mandir}/man3/jose*.3*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 22 2022 David Abdurachmanov <davidlt@rivosinc.com> - 11-6.0.riscv64
|
||||
- Increase timeout by 10x
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 11-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user