Increase timeout, IGM delete can be slow

This commit is contained in:
Dave Cunningham 2015-07-28 14:09:43 -04:00
parent 24167b1085
commit e8e5495483
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ func waitOpZone(config *Config, op *compute.Operation, zone string,
Type: OperationWaitZone,
}
state := w.Conf()
state.Timeout = 2 * time.Minute
state.Timeout = 8 * time.Minute
state.MinTimeout = 1 * time.Second
opRaw, err := state.WaitForState()
if err != nil {