mirror of https://gitee.com/bigwinds/arangodb
wait at least once for service to be down so the .exe gets released
This commit is contained in:
parent
ac79f7d7c6
commit
f2be259959
|
@ -59,6 +59,7 @@ Function ${un}WaitForServiceDown
|
||||||
${EndIf}
|
${EndIf}
|
||||||
IntOp $R0 $R0 + 1
|
IntOp $R0 $R0 + 1
|
||||||
Goto try_again
|
Goto try_again
|
||||||
|
Sleep 1000
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
!macroend
|
!macroend
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue