Skip to content

Commit 4f56be6

Browse files
Bryan C. Millsgopherbot
Bryan C. Mills
authored andcommitted
dashboard: set a GO_TEST_TIMEOUT_SCALE for darwin-amd64-race
For golang/go#55311. Change-Id: Ic708e37a15bc4f4afc3e80fa3c3d544c421f70d3 Reviewed-on: https://go-review.googlesource.com/c/build/+/500015 Reviewed-by: Michael Knyszek <[email protected]> Auto-Submit: Bryan Mills <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Bryan Mills <[email protected]>
1 parent 4ff6814 commit 4f56be6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dashboard/builders.go

+10
Original file line numberDiff line numberDiff line change
@@ -2679,6 +2679,16 @@ func init() {
26792679
HostType: "host-darwin-amd64-12-aws",
26802680
distTestAdjust: macTestPolicy,
26812681
buildsRepo: onlyGo,
2682+
env: []string{
2683+
// Increase the timeout scale for this builder: it was observed to be
2684+
// timing out frequently in
2685+
// https://go.dev/issue/55311#issuecomment-1571986012.
2686+
///
2687+
// TODO(bcmills): The darwin-amd64-longtest builder was running extremely
2688+
// slowly because it was hitting swap. Race-enabled builds are also
2689+
// memory-hungry — is it possible that the -race builder is also swapping?
2690+
"GO_TEST_TIMEOUT_SCALE=2",
2691+
},
26822692
})
26832693
addBuilder(BuildConfig{
26842694
Name: "ios-arm64-corellium",

0 commit comments

Comments
 (0)