Increase timeout, IGM delete can be slow
This commit is contained in:
parent
24167b1085
commit
e8e5495483
|
@ -93,7 +93,7 @@ func waitOpZone(config *Config, op *compute.Operation, zone string,
|
||||||
Type: OperationWaitZone,
|
Type: OperationWaitZone,
|
||||||
}
|
}
|
||||||
state := w.Conf()
|
state := w.Conf()
|
||||||
state.Timeout = 2 * time.Minute
|
state.Timeout = 8 * time.Minute
|
||||||
state.MinTimeout = 1 * time.Second
|
state.MinTimeout = 1 * time.Second
|
||||||
opRaw, err := state.WaitForState()
|
opRaw, err := state.WaitForState()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue