fix: fix tests and lintings
This commit is contained in:
parent
2aee47aa76
commit
6e1817c425
18 changed files with 61 additions and 37 deletions
|
|
@ -173,8 +173,7 @@ func CreateInstanceWaitHandler(
|
|||
return false, nil, nil
|
||||
},
|
||||
)
|
||||
// Sleep before wait is set because sometimes API returns 404 right after creation request
|
||||
handler.SetTimeout(90 * time.Minute).SetSleepBeforeWait(30 * time.Second)
|
||||
|
||||
return handler
|
||||
}
|
||||
|
||||
|
|
@ -212,7 +211,6 @@ func PartialUpdateInstanceWaitHandler(
|
|||
}
|
||||
},
|
||||
)
|
||||
handler.SetTimeout(45 * time.Minute).SetSleepBeforeWait(30 * time.Second)
|
||||
return handler
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue