summaryrefslogtreecommitdiff
path: root/meta-fii
diff options
context:
space:
mode:
authorKyle Nieman <kyle.nieman@fii-na.com>2023-05-04 01:21:13 +0300
committerKyle Nieman <kyle.nieman@fii-na.com>2023-05-04 01:21:13 +0300
commit8559bff5767c3670701432e543d3ece379e8d99d (patch)
treed4c9d518b68b939cd52a08cdec76e2e174875ccd /meta-fii
parente80c0e1abbcd482772d1da3f0836239f853e99a4 (diff)
downloadopenbmc-8559bff5767c3670701432e543d3ece379e8d99d.tar.xz
meta-fii: meta-mori: Set watchdog fallback to 3 hours
Set fallback watchdog timer to 3 hours to guarantee host boot. Change-Id: Ieb10ff5fee309163720f9c93baea2f5491fb8af5 Signed-off-by: Kyle Nieman <kyle.nieman@fii-na.com>
Diffstat (limited to 'meta-fii')
-rw-r--r--meta-fii/meta-mori/recipes-phosphor/watchdog/phosphor-watchdog/obmc/watchdog/host02
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fii/meta-mori/recipes-phosphor/watchdog/phosphor-watchdog/obmc/watchdog/host0 b/meta-fii/meta-mori/recipes-phosphor/watchdog/phosphor-watchdog/obmc/watchdog/host0
index 466f08d4b6..18ec767641 100644
--- a/meta-fii/meta-mori/recipes-phosphor/watchdog/phosphor-watchdog/obmc/watchdog/host0
+++ b/meta-fii/meta-mori/recipes-phosphor/watchdog/phosphor-watchdog/obmc/watchdog/host0
@@ -4,5 +4,5 @@ UNIT_HARD_RESET=ampere-host-power-cycle.service
UNIT_POWER_OFF=ampere-chassis-poweroff.service
UNIT_POWER_CYCLE=ampere-chassis-powercycle.service
FALLBACK_ACTION=xyz.openbmc_project.State.Watchdog.Action.PowerCycle
-FALLBACK_INTERVAL=600000
+FALLBACK_INTERVAL=10800000
MIN_INTERVAL=60000