Skip to content

Commit

Permalink
modules: app: Increase watchdog timeout
Browse files Browse the repository at this point in the history
Increase watchdog timeout to avoid blocking during CoAP
requests.

Signed-off-by: Simen S. Røstad <[email protected]>
  • Loading branch information
simensrostad committed Oct 1, 2024
1 parent 8a3349d commit 996d1b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/modules/app/Kconfig.app
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ config APP_MODULE_THREAD_STACK_SIZE

config APP_MODULE_WATCHDOG_TIMEOUT_SECONDS
int "Watchdog timeout seconds"
default 180
default 210

config APP_MODULE_EXEC_TIME_SECONDS_MAX
int "Maximum execution time seconds"
default 120
default 180
help
Maximum time allowed for a single execution of the module thread loop.

Expand Down

0 comments on commit 996d1b2

Please sign in to comment.