Skip to content

Commit b6220de

Browse files
committed
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 <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 4ab6ffe commit b6220de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/builders.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2208,7 +2208,7 @@ func init() {
22082208
HostType: "host-windows-arm64-zx2c4",
22092209
env: []string{
22102210
"GOARM=7",
2211-
"GO_TEST_TIMEOUT_SCALE=2"},
2211+
"GO_TEST_TIMEOUT_SCALE=3"},
22122212
})
22132213
addBuilder(BuildConfig{
22142214
Name: "darwin-amd64-10_11",

0 commit comments

Comments
 (0)