summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2017-06-20 14:21:47 -0500
committerAndrew Geissler <andrewg@us.ibm.com>2017-06-20 14:21:47 -0500
commit8d44b5db8aabd2ed7acac84826931ad9ef68aa32 (patch)
tree0586def95f38a4594847b5540965051923e45930
parent012d6a4e6630599ce4ffb38cc1daeaafe7269e35 (diff)
downloadphosphor-host-ipmid-8d44b5db8aabd2ed7acac84826931ad9ef68aa32.tar.gz
phosphor-host-ipmid-8d44b5db8aabd2ed7acac84826931ad9ef68aa32.zip
Reduce host shutdown timeout to 5 minutes
Resolves openbmc/openbmc#1823 Change-Id: I00fbf03561046be34fa8f1bd3039fbffe575737f Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 076cc6f..8c6cd05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,7 +100,7 @@ AS_IF([test "x$enable_softoff" != "xno"],
[AC_DEFINE_UNQUOTED([IPMI_SMS_ATN_ACK_TIMEOUT_SECS], [3], [Initial timeout for host to ack SMS_ATN from BMC])]
[AC_ARG_VAR(IPMI_HOST_SHUTDOWN_COMPLETE_TIMEOUT_SECS, [Wait time until Host can quiesce])]
- [AC_DEFINE_UNQUOTED([IPMI_HOST_SHUTDOWN_COMPLETE_TIMEOUT_SECS], [45*60], [Wait time until Host can quiesce])]
+ [AC_DEFINE_UNQUOTED([IPMI_HOST_SHUTDOWN_COMPLETE_TIMEOUT_SECS], [5*60], [Wait time until Host can quiesce])]
# Indicates an in-band power off or reboot request from the host
# This file is used to ensure the soft off service does not run for host
OpenPOWER on IntegriCloud