From 3393f81638f615410a132612568c385658adc490 Mon Sep 17 00:00:00 2001 From: afeigin Date: Tue, 3 Jan 2023 18:04:48 +0000 Subject: [PATCH] Extend fast-reboot STATE_DB entry timer --- scripts/fast-reboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fast-reboot b/scripts/fast-reboot index 9491c5a2df..da93901d0b 100755 --- a/scripts/fast-reboot +++ b/scripts/fast-reboot @@ -532,7 +532,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")