Increase GO_TEST_TIMEOUT_SCALE from 2 to 20 for riscv64

We might be compiling it on QEMU instances for riscv64 thus timeouts are very
likely to happen.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2020-03-07 19:14:08 -08:00
parent 8bd091a9a8
commit 4a824d51d0
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -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 <david.abdurachmanov@sifive.com> - 1.14-1.2.riscv64
- Increase GO_TEST_TIMEOUT_SCALE from 2 to 20 for riscv64
* Sat Mar 07 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 1.14-1.1.riscv64
- Rebuild for riscv64 without bootstrap
- Ignore tests failures on riscv64