fix: fix tests and lintings

This commit is contained in:
Marcel S. Henselin 2026-02-19 11:31:06 +01:00
parent 2aee47aa76
commit 6e1817c425
18 changed files with 61 additions and 37 deletions

View file

@ -264,7 +264,6 @@ func DeleteInstanceWaitHandler(
return true, nil, nil
},
)
handler.SetTimeout(30 * time.Minute)
return handler
}
@ -406,7 +405,5 @@ func DeleteUserWaitHandler(
}
},
)
handler.SetTimeout(15 * time.Minute)
handler.SetSleepBeforeWait(15 * time.Second)
return handler
}