From 631deef0ca88a77283741edeae8078d2185f414c Mon Sep 17 00:00:00 2001 From: Yong Li Date: Fri, 10 Aug 2018 16:23:13 +0800 Subject: [PATCH] Increase the default watchdog timeout value The default timeout for poweron is 30 seconds, but currently the host power on needs 120+ seconds due to unimplemented ipmi commands for BIOS. Increase the value as a workaround, to avoid the watchdog timeout during power on. Will adjust this value in the future Signed-off-by: Yong Li --- xyz/openbmc_project/State/Watchdog.interface.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xyz/openbmc_project/State/Watchdog.interface.yaml b/xyz/openbmc_project/State/Watchdog.interface.yaml index f76dbf2..402e1a8 100644 --- a/xyz/openbmc_project/State/Watchdog.interface.yaml +++ b/xyz/openbmc_project/State/Watchdog.interface.yaml @@ -37,7 +37,7 @@ properties: type: uint64 description: > Time interval to arm the watchdog, in milli-second. - default: 30000 + default: 600000 - name: TimeRemaining type: uint64 description: > -- 2.7.4