In the audio module continuous_event_detect app, I set a watchdog to timeout after 5*60*1000 milliseconds, but was seeing watchdog reset behavior occurring after roughly 45 seconds. Problem temporarily worked around by arbitrarily increasing the timeout length until everything works, but we should look into why it wasn't mapping to real-world time correctly.
In the audio module
continuous_event_detect
app, I set a watchdog to timeout after5*60*1000
milliseconds, but was seeing watchdog reset behavior occurring after roughly 45 seconds. Problem temporarily worked around by arbitrarily increasing the timeout length until everything works, but we should look into why it wasn't mapping to real-world time correctly.