Index: firmware/App/Services/WatchdogMgmt.c =================================================================== diff -u -rfc12876da6930c955864352182aee2076513a1cc -r953879c2319ea70007bfc303422155dd162d87e5 --- firmware/App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision fc12876da6930c955864352182aee2076513a1cc) +++ firmware/App/Services/WatchdogMgmt.c (.../WatchdogMgmt.c) (revision 953879c2319ea70007bfc303422155dd162d87e5) @@ -32,7 +32,7 @@ #define MIN_WATCHDOG_PET_INTERVAL_MS 45 ///< Minimum watchdog pet interval (in ms). #define WATCHDOG_POST_TIMEOUT_MS 500 ///< Watchdog POST test timeout (in ms). -#define WATCHDOG_RECOVERY_TIME_MS 250 ///< After watchdog POST test, wait this long (in ms) before moving on. +#define WATCHDOG_RECOVERY_TIME_MS 500 ///< After watchdog POST test, wait this long (in ms) before moving on. #define MAX_24V_LEVEL_ON_WATCHDOG_EXPIRED 5.0 ///< Maximum voltage on 24V line when watchdog is expired. // TODO - check w/ Systems. Takes time for V to bleed off. Had to raise to 5V. #define MIN_24V_LEVEL_ON_WATCHDOG_RECOVER 22.6 ///< Minimum voltage on 24V line when watchdog is recovered.