Increase timeout, IGM delete can be slow

This commit is contained in:
Dave Cunningham 2015-07-28 14:09:43 -04:00
parent 95ca5bab05
commit 217393d674

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 {