From 09d852ceac9da5cf879b3a2f8146c5d0dd4b26fa Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Fri, 2 Dec 2022 13:40:49 -0500 Subject: cmd/dist: remove hardcoded timeout scale for arm and mips{,le,64,64le} Fixes #57117. Change-Id: If36da5b138a5e92e27688719ffc1c4dafd590957 Reviewed-on: https://go-review.googlesource.com/c/go/+/455518 Auto-Submit: Dmitri Shuralyov Reviewed-by: Bryan Mills Reviewed-by: Austin Clements Reviewed-by: Dmitri Shuralyov Run-TryBot: Dmitri Shuralyov TryBot-Result: Gopher Robot --- src/run.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/run.bash') diff --git a/src/run.bash b/src/run.bash index 35fa8f626c..6274df6fb3 100755 --- a/src/run.bash +++ b/src/run.bash @@ -20,8 +20,7 @@ # and will be removed if it stops being needed. See go.dev/issue/12508. # # GO_TEST_TIMEOUT_SCALE: a non-negative integer factor to scale test timeout by. -# Defaults to 1, or as a special case for the purpose of the Go build system (x/build), -# defaults to 2 when GOARCH is arm, and to 4 when GOARCH is mips, mipsle, mips64, or mips64le. +# Defaults to 1. set -e -- cgit v1.3