We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adbc3da commit 326c713Copy full SHA for 326c713
dashboard/builders.go
@@ -284,7 +284,7 @@ var Hosts = map[string]*HostConfig{
284
// only use 1, but we hope that 1 will be more powerful
285
// and we'll stop timing out on tests.
286
machineType: "n1-highcpu-4",
287
- env: []string{"GO_TEST_TIMEOUT_SCALE=2"},
+ env: []string{"GO_TEST_TIMEOUT_SCALE=3"},
288
},
289
"host-windows-amd64-2008": &HostConfig{
290
VMImage: "windows-amd64-server-2008r2-v7",
0 commit comments