mirror of
https://github.com/dockur/windows.git
synced 2026-08-03 20:47:12 +01:00
fix: Decrease default timeout (#1895)
This commit is contained in:
+1
-1
@@ -280,7 +280,7 @@ normalizeTimeout() {
|
||||
|
||||
TIMEOUT=$(strip "$TIMEOUT")
|
||||
if [[ ! "$TIMEOUT" =~ ^[0-9]+$ ]]; then
|
||||
TIMEOUT=115
|
||||
TIMEOUT=105
|
||||
fi
|
||||
|
||||
if (( TIMEOUT >= 30 )); then
|
||||
|
||||
Reference in New Issue
Block a user