riscv64: Give more time for tests to finish
We are getting test timeouts on HiFive Unmatched. Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com> Signed-off-by: Richard W.M. Jones <rjones@redhat.com> (cherry picked from commit 638efbbb8631acfdaea6c3b1b1a95a2646bbfd42)
This commit is contained in:
parent
77c4afc6a7
commit
cded3b3e51
@ -58,7 +58,11 @@ install -p -D -m 0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/tang.conf
|
|||||||
%{__mkdir_p} $RPM_BUILD_ROOT/%{_localstatedir}/db/%{name}
|
%{__mkdir_p} $RPM_BUILD_ROOT/%{_localstatedir}/db/%{name}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%meson_test
|
%meson_test \
|
||||||
|
%ifarch riscv64
|
||||||
|
--timeout-multiplier 10 \
|
||||||
|
%endif
|
||||||
|
%{nil}
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
%sysusers_create_compat %{SOURCE1}
|
%sysusers_create_compat %{SOURCE1}
|
||||||
|
Loading…
Reference in New Issue
Block a user