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>
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 466f08d..18ec767 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_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