test without the watchdog

This commit is contained in:
Gabriel mermelstein 2025-07-08 10:21:54 +03:00
parent 865ca0195a
commit a6f96ac42a

View File

@ -136,6 +136,7 @@ proc watchdogThreadBody(ctx: ptr WakuContext) {.thread.} =
## Watchdog thread that monitors the Waku thread and notifies the library user if it hangs.
let watchdogRun = proc(ctx: ptr WakuContext) {.async.} =
return
const WatchdogTimeinterval = 1.seconds
const WakuNotRespondingTimeout = 3.seconds
while true: