fix: Decrease default timeout (#1895)

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