chore: work save

This commit is contained in:
Marcel S. Henselin 2026-01-29 11:06:31 +01:00
parent 2c6d7aa765
commit 046d18d077
3 changed files with 14 additions and 106 deletions

View file

@ -197,6 +197,6 @@ func PartialUpdateInstanceWaitHandler(
}
},
)
handler.SetTimeout(45 * time.Minute)
handler.SetTimeout(45 * time.Minute).SetSleepBeforeWait(30 * time.Second)
return handler
}