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:
+1
-1
@@ -154,7 +154,7 @@ abortDuringSetup() {
|
||||
|
||||
terminateQemu
|
||||
|
||||
if ! waitQemuExit 5; then
|
||||
if ! waitQemuExit 10; then
|
||||
warn "Timed out while waiting for $(app) to exit!"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user