Increase timeout 10m -> 30m for riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-09-23 09:12:03 +03:00
parent f53d31d72b
commit 59bede4986
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3

View File

@ -19,7 +19,7 @@ project with a new API design, focused around security and performance.}
%global godocs docs BUILDING.md CONTRIBUTING.md README.md ROADMAP.md
Name: %{goname}
Release: %autorelease -p -e pre1
Release: %autorelease -p -e pre1.0.riscv64
Summary: Docker toolkit to pack, ship, store, and deliver container content
License: Apache-2.0
@ -48,6 +48,9 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
%if %{with check}
%check
%ifarch riscv64
%global gotestflags %{gotestflags} -timeout 30m
%endif
for test in "TestHTTPChecker" \
"TestFileReaderSeek" \
"TestListObjectsV2" \