Skip to content

Commit 326c713

Browse files
committed
dashboard: increase plan9's GO_TEST_TIMEOUT_SCALE
Updates golang/go#29801 Change-Id: Ib346d717ae9b8de18666d6ea543d9bdcd2856f3b Reviewed-on: https://go-review.googlesource.com/c/158537 Reviewed-by: Bryan C. Mills <bcmills@google.com>
1 parent adbc3da commit 326c713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/builders.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ var Hosts = map[string]*HostConfig{
284284
// only use 1, but we hope that 1 will be more powerful
285285
// and we'll stop timing out on tests.
286286
machineType: "n1-highcpu-4",
287-
env: []string{"GO_TEST_TIMEOUT_SCALE=2"},
287+
env: []string{"GO_TEST_TIMEOUT_SCALE=3"},
288288
},
289289
"host-windows-amd64-2008": &HostConfig{
290290
VMImage: "windows-amd64-server-2008r2-v7",

0 commit comments

Comments
 (0)