From 9e5a1b2c28fcf31b395c11d899dd2e46e97a3cbe 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 --- yaml/xyz/openbmc_project/State/Watchdog.interface.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml/xyz/openbmc_project/State/Watchdog.interface.yaml b/yaml/xyz/openbmc_project/State/Watchdog.interface.yaml index ac71e614..556dca10 100644 --- a/yaml/xyz/openbmc_project/State/Watchdog.interface.yaml +++ b/yaml/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.35.1