Skip to content

Commit

Permalink
dashboard: set GO_TEST_TIMEOUT_SCALE=2 on plan9-386
Browse files Browse the repository at this point in the history
On the plan9-386 builder, the cmd/go tests sometimes
take a little more than 3 minutes to complete.
We set GO_TEST_TIMEOUT_SCALE=2, so the cmd/go tests
doesn't time out anymore.

Updates golang/go#18047

Change-Id: I16ce26917ee785ebed8ad16e0370d575a0fdd638
Reviewed-on: https://go-review.googlesource.com/33774
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
0intro authored and bradfitz committed Dec 1, 2016
1 parent 4f62cec commit 3689a13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/builders.go
Expand Up @@ -128,6 +128,7 @@ var Hosts = map[string]*HostConfig{
// only use 1, but we hope that 1 will be more powerful
// and we'll stop timing out on tests.
machineType: "n1-highcpu-4",
env: []string{"GO_TEST_TIMEOUT_SCALE=2"},
},
"host-windows-gce": &HostConfig{
VMImage: "windows-buildlet-v2",
Expand Down

0 comments on commit 3689a13

Please sign in to comment.