fix: adjust timeout
This commit is contained in:
parent
6e6e771631
commit
bb15293dd3
2 changed files with 35 additions and 12 deletions
|
|
@ -58,7 +58,7 @@ func CreateInstanceWaitHandler(
|
|||
) *wait.AsyncActionHandler[v3alpha1api.GetInstanceResponse] {
|
||||
instanceCreated := false
|
||||
var instanceGetResponse *v3alpha1api.GetInstanceResponse
|
||||
maxWait := time.Minute * 45
|
||||
maxWait := time.Minute * 90
|
||||
startTime := time.Now()
|
||||
extendedTimeout := 0
|
||||
maxFailedCount := 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue