diff --git a/scripts/fast-reboot b/scripts/fast-reboot index 8c650cc635..d81f9d8188 100755 --- a/scripts/fast-reboot +++ b/scripts/fast-reboot @@ -519,7 +519,7 @@ case "$REBOOT_TYPE" in check_warm_restart_in_progress BOOT_TYPE_ARG=$REBOOT_TYPE trap clear_boot EXIT HUP INT QUIT TERM KILL ABRT ALRM - sonic-db-cli STATE_DB SET "FAST_REBOOT|system" "1" "EX" "180" &>/dev/null + sonic-db-cli STATE_DB SET "FAST_REBOOT|system" "1" "EX" "210" &>/dev/null config warm_restart enable system ;; "warm-reboot")