host-condition: reduce timeout from 30 to 3 sec

Some new software is on the way to refactor the way OpenBMC firmware
detects if the host is running. Future commits in this series will
elaborate on this.

A long running observation of this existing design is that it never
takes the host 30 seconds to respond if it's actually running. In fact
it's always less then one second if it's actually running because ths
host is much faster then the BMC hardware. The 30s timeout has always
caused confusion because of how long it takes when the host is clearly
not running.

A new phosphor-dbus-interface has moved the interface to determine if
the host is up and running into a simple property read. To implement
that property read, we need to ensure this command returns as quickly as
possible.

This commit reduces the time we give the host to respond to a heartbeat
command from 30 to 3 seconds.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: Id288f929a9948da84687dd4455b697263dcf6ac2
1 file changed