We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f6a30 commit ca4aa74Copy full SHA for ca4aa74
handler/state.go
@@ -26,6 +26,7 @@ func HandleState(installer *installer.Installer, stopHttp chan bool, encryptKey
26
select {
27
case <-ctx.Done():
28
if state.Status.IsCompleted() {
29
+ time.Sleep(30) // delay to sync state
30
stopHttp <- true
31
}
32
return
0 commit comments