From 29141effe0108b2365e95735e5c1b83d93daf133 Mon Sep 17 00:00:00 2001 From: Suyun114 Date: Mon, 7 Apr 2025 13:18:53 +0800 Subject: [PATCH] Increase GO_TEST_TIMEOUT_SCALE to fix tests on riscv64 --- golang.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/golang.spec b/golang.spec index 452c0dd..220543b 100644 --- a/golang.spec +++ b/golang.spec @@ -66,7 +66,7 @@ Name: golang Version: 1.23.7 -Release: 32 +Release: 33 Summary: The Go Programming Language License: BSD and Public Domain URL: https://golang.org/ @@ -316,7 +316,7 @@ export GO_LDFLAGS="-linkmode internal" export CGO_ENABLED=0 %endif -export GO_TEST_TIMEOUT_SCALE=2 +export GO_TEST_TIMEOUT_SCALE=10 %if %{fail_on_tests} echo tests ignored @@ -366,6 +366,9 @@ fi %files devel -f go-tests.list -f go-misc.list -f go-src.list %changelog +* Mon Apr 07 2025 Suyun - 1.23.7-33 +- Increase GO_TEST_TIMEOUT_SCALE to fix tests on riscv64 + * Tue Mar 25 2025 Suyun - 1.23.7-32 - Update to 1.23.7 - Backport several patches for riscv64 -- Gitee