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>
This commit is contained in:
Brad Fitzpatrick 2019-01-18 16:14:12 +00:00
Родитель adbc3daf71
Коммит 326c713d7b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -284,7 +284,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"},
env: []string{"GO_TEST_TIMEOUT_SCALE=3"},
},
"host-windows-amd64-2008": &HostConfig{
VMImage: "windows-amd64-server-2008r2-v7",