From 59bede49862daf87ffcace8a657d32cc8be88ce2 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 23 Sep 2024 09:12:03 +0300 Subject: [PATCH] Increase timeout 10m -> 30m for riscv64 Signed-off-by: David Abdurachmanov --- golang-github-distribution-3.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/golang-github-distribution-3.spec b/golang-github-distribution-3.spec index 56981cd..8b94df9 100644 --- a/golang-github-distribution-3.spec +++ b/golang-github-distribution-3.spec @@ -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" \