Skip to content

Commit

Permalink
dashboard: expand time scale for windows-arm builder
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
zx2c4 committed Dec 1, 2020
1 parent 4ab6ffe commit b6220de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b6220de

Please sign in to comment.