mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-08-28 11:56:03 +00:00
fix: Decrease default timeout (#1308)
This commit is contained in:
+1
-1
@@ -222,7 +222,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