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