Compare commits

...

1 Commits

Author SHA1 Message Date
3d998e1742
Increase timeout by 10x (riscv64)
One test is timing out.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-08-17 13:22:19 +03:00

View File

@ -3,7 +3,7 @@
Name: pkcs11-provider
Version: 0.5
Release: %autorelease
Release: %autorelease -e 0.riscv64
Summary: A PKCS#11 provider for OpenSSL 3.0+
License: Apache-2.0
URL: https://github.com/latchset/pkcs11-provider
@ -67,7 +67,11 @@ install -m644 '%{SOURCE3}' \
%check
# do not run them in parrallel with %{?_smp_mflags}
%meson_test --num-processes 1
%meson_test \
%ifarch riscv64
--timeout-multiplier=10 \
%endif
--num-processes 1
%files