File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -237,7 +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
+ DeleteTimeout : 60 * time .Minute , // See golang/go#49666.
241
241
},
242
242
"host-openbsd-amd64-70" : & HostConfig {
243
243
VMImage : "openbsd-amd64-70" ,
@@ -254,7 +254,7 @@ var Hosts = map[string]*HostConfig{
254
254
goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-openbsd-386-go1_12.tar.gz" ,
255
255
Notes : "OpenBSD 7.0; GCE VM is built from script in build/env/openbsd-386. n2-highcpu host." ,
256
256
SSHUsername : "gopher" ,
257
- DeleteTimeout : 45 * time .Minute , // See golang/go#49666.
257
+ DeleteTimeout : 60 * time .Minute , // See golang/go#49666.
258
258
},
259
259
"host-openbsd-386-70-n2d" : & HostConfig {
260
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