From b6220de1adc000cad31eadf59558e1d3a8e32205 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 1 Dec 2020 20:06:23 +0100 Subject: [PATCH] dashboard: expand time scale for windows-arm builder This builder has very slow I/O and could benefit from some extra time on a few tests. At the moment, the tests for x/review/git-codereview are failing with a time out, for example. Updates golang/go#42925. Change-Id: I532f4ddd3b9e7fd0a66ea9631b3fa7ce363e05a4 Reviewed-on: https://go-review.googlesource.com/c/build/+/274572 Trust: Jason A. Donenfeld Reviewed-by: Dmitri Shuralyov --- dashboard/builders.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/builders.go b/dashboard/builders.go index c3ea83c408..9f914d2de3 100644 --- a/dashboard/builders.go +++ b/dashboard/builders.go @@ -2208,7 +2208,7 @@ func init() { HostType: "host-windows-arm64-zx2c4", env: []string{ "GOARM=7", - "GO_TEST_TIMEOUT_SCALE=2"}, + "GO_TEST_TIMEOUT_SCALE=3"}, }) addBuilder(BuildConfig{ Name: "darwin-amd64-10_11",