Change timeout from 1s to 5s; w1 driver takes ~3s per sensor to read.

Timeouts over IPMI are recommended to be 5 seconds, per the IPMI spec
(p. 64).  The 1-wire temperature sensor driver used by Zaius takes >1s
to respond, so IPMI is unusable for us with the timeout set at 1s.

Change-Id: I7dd1028924079caac4a01d96998a331c9e41f563
Signed-off-by: Emily Shaffer <emilyshaffer@google.com>
1 file changed
tree: c4b77362b90066decf7679d9324aea48a59e3f62
  1. .build.sh
  2. .travis.yml
  3. bootstrap.sh
  4. btbridged.c
  5. btbridged.service
  6. configure.ac
  7. LICENSE
  8. Makefile.am
  9. org.openbmc.HostIpmi.conf
  10. README.md
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.