!53 [sync] PR-52: riscv64: increase tests timeout

From: @openeuler-sync-bot 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2024-11-04 03:14:30 +00:00 committed by Gitee
commit 65357e84b4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: rng-tools Name: rng-tools
Version: 6.16 Version: 6.16
Release: 4 Release: 5
Summary: Random number generator daemon Summary: Random number generator daemon
License: GPLv2+ License: GPLv2+
URL: https://github.com/nhorman/rng-tools URL: https://github.com/nhorman/rng-tools
@ -43,7 +43,11 @@ install -D -t $RPM_BUILD_ROOT%{_unitdir} -m 0644 %{SOURCE1}
install -D %{SOURCE2} -m0644 %{buildroot}%{_sysconfdir}/sysconfig/rngd install -D %{SOURCE2} -m0644 %{buildroot}%{_sysconfdir}/sysconfig/rngd
%check %check
%ifarch riscv64
export RNGD_JITTER_TIMEOUT=30
%else
export RNGD_JITTER_TIMEOUT=10 #Enseur that the AES can be generated. export RNGD_JITTER_TIMEOUT=10 #Enseur that the AES can be generated.
%endif
%make_build check %make_build check
%pre %pre
@ -72,6 +76,9 @@ export RNGD_JITTER_TIMEOUT=10 #Enseur that the AES can be generated.
%{_mandir}/man8/rngd.8.* %{_mandir}/man8/rngd.8.*
%changelog %changelog
* Mon Nov 04 2024 wangyangdahai <wangyang22@iscas.ac.cn> - 6.16-5
- riscv64: increase RNGD_JITTER_TIMEOUT
* Mon Jun 3 2024 yangxiaodong <yangxiaodong@kylinos.cn> - 6.16-4 * Mon Jun 3 2024 yangxiaodong <yangxiaodong@kylinos.cn> - 6.16-4
- add buildrequires opensc to fix check error - add buildrequires opensc to fix check error