File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ var Hosts = map[string]*HostConfig{
237
237
goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-openbsd-386-go1_12.tar.gz" ,
238
238
Notes : "OpenBSD 6.8 (with 009_exit syspatch); GCE VM is built from script in build/env/openbsd-386" ,
239
239
SSHUsername : "gopher" ,
240
+ DeleteTimeout : 45 * time .Minute , // See golang/go#49666.
240
241
},
241
242
"host-openbsd-amd64-70" : & HostConfig {
242
243
VMImage : "openbsd-amd64-70" ,
@@ -253,6 +254,7 @@ var Hosts = map[string]*HostConfig{
253
254
goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-openbsd-386-go1_12.tar.gz" ,
254
255
Notes : "OpenBSD 7.0; GCE VM is built from script in build/env/openbsd-386. n2-highcpu host." ,
255
256
SSHUsername : "gopher" ,
257
+ DeleteTimeout : 45 * time .Minute , // See golang/go#49666.
256
258
},
257
259
"host-openbsd-386-70-n2d" : & HostConfig {
258
260
// This host config is only for the runtime team to use investigating golang/go#49209.
You can’t perform that action at this time.
0 commit comments