1
0
mirror of https://github.com/dockur/windows.git synced 2026-07-27 21:42:36 +07:00

fix: Increase abort timeout to 10 seconds (#1937)

This commit is contained in:
Kroese
2026-07-22 10:54:49 +02:00
committed by GitHub
parent 48150e7060
commit d3253830fe
+1 -1
View File
@@ -154,7 +154,7 @@ abortDuringSetup() {
terminateQemu
if ! waitQemuExit 5; then
if ! waitQemuExit 10; then
warn "Timed out while waiting for $(app) to exit!"
fi