diff --git a/golang.spec b/golang.spec index 755bf09..d644d97 100644 --- a/golang.spec +++ b/golang.spec @@ -112,7 +112,7 @@ Name: golang Version: 1.14 -Release: 1.1.riscv64%{?dist} +Release: 1.2.riscv64%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain License: BSD and Public Domain @@ -512,7 +512,7 @@ export CGO_ENABLED=0 %endif # make sure to not timeout -export GO_TEST_TIMEOUT_SCALE=2 +export GO_TEST_TIMEOUT_SCALE=20 %if %{fail_on_tests} ./run.bash --no-rebuild -v -v -v -k @@ -584,6 +584,9 @@ fi %endif %changelog +* Sat Mar 07 2020 David Abdurachmanov - 1.14-1.2.riscv64 +- Increase GO_TEST_TIMEOUT_SCALE from 2 to 20 for riscv64 + * Sat Mar 07 2020 David Abdurachmanov - 1.14-1.1.riscv64 - Rebuild for riscv64 without bootstrap - Ignore tests failures on riscv64