fix: adjust wait timeouts
chore: cleanup [skip ci]
This commit is contained in:
parent
c0047cd5ec
commit
3682d40a05
3 changed files with 5 additions and 21 deletions
|
|
@ -493,7 +493,10 @@ func (r *instanceResource) Update(
|
|||
projectID,
|
||||
region,
|
||||
instanceID,
|
||||
).WaitWithContext(ctx)
|
||||
).
|
||||
SetTimeout(30 * time.Minute).
|
||||
SetSleepBeforeWait(10 * time.Second).
|
||||
WaitWithContext(ctx)
|
||||
if err != nil {
|
||||
core.LogAndAddError(
|
||||
ctx,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue