summaryrefslogtreecommitdiffstats
path: root/test/watchdog.hpp
Commit message (Collapse)AuthorAgeFilesLines
* test/watchdog: Change the time quantum to 0.1s instead of 1sWilliam A. Kennington III2019-01-161-1/+1
| | | | | | | | | | | This improves the runtime of the test suite from 60s down to 6s or less. Tested: Run multiple times through the unit test suite without any flakiness. Change-Id: Ib7d97ed62b45501db9cf15dba01e33f8f9d07b5d Signed-off-by: William A. Kennington III <wak@google.com>
* test/watchdog: Define a time quantum typeWilliam A. Kennington III2019-01-161-8/+8
| | | | | | | | | | | | This will allow us to change the size of the windows of time we wait for watchdog events to happen. Right now this doesn't actually change any behavior it just makes it easier to tweak. Tested: Run through the build and unit test suite. Change-Id: If5b351574346426aff6499701164a3d5ebf9db7c Signed-off-by: William A. Kennington III <wak@google.com>
* test: Rename watchdog_test to watchdogWilliam A. Kennington III2019-01-161-0/+55
Tested: Ran through build and unit test suite. Change-Id: I3a906ac26c43ac419eef8a98b20a498fe22f942b Signed-off-by: William A. Kennington III <wak@google.com>
OpenPOWER on IntegriCloud