fix: Decrease default timeout (#1308)

This commit is contained in:
Kroese
2026-07-19 08:57:09 +02:00
committed by GitHub
parent 6944293a32
commit 18d9ecd434
+1 -1
View File
@@ -222,7 +222,7 @@ normalizeTimeout() {
TIMEOUT=$(strip "$TIMEOUT")
if [[ ! "$TIMEOUT" =~ ^[0-9]+$ ]]; then
TIMEOUT=115
TIMEOUT=105
fi
if (( TIMEOUT >= 30 )); then