fix: Decrease default timeout (#1304)

This commit is contained in:
Kroese
2026-07-19 01:03:21 +02:00
committed by GitHub
parent 81536818df
commit 066af83d07
+1 -1
View File
@@ -2,7 +2,7 @@
set -Eeuo pipefail
: "${SHUTDOWN:="Y"}" # Graceful ACPI shutdown
: "${TIMEOUT:="115"}" # QEMU termination timeout
: "${TIMEOUT:="105"}" # QEMU termination timeout
: "${API_TIMEOUT:="90"}" # External API call timeout
# Configure QEMU for graceful shutdown