diff --git a/dashboard/builders.go b/dashboard/builders.go index 13a9b59f3..b9b023836 100644 --- a/dashboard/builders.go +++ b/dashboard/builders.go @@ -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",