mirror of
https://github.com/dockur/windows.git
synced 2026-08-03 12:37:20 +01:00
fix: Increase abort timeout to 10 seconds (#1937)
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ abortDuringSetup() {
|
|||||||
|
|
||||||
terminateQemu
|
terminateQemu
|
||||||
|
|
||||||
if ! waitQemuExit 5; then
|
if ! waitQemuExit 10; then
|
||||||
warn "Timed out while waiting for $(app) to exit!"
|
warn "Timed out while waiting for $(app) to exit!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user