diff --git a/src/auto_splitting/mod.rs b/src/auto_splitting/mod.rs index a14bdb62..9ffaa7e5 100644 --- a/src/auto_splitting/mod.rs +++ b/src/auto_splitting/mod.rs @@ -920,6 +920,7 @@ fn run( fn watchdog(shared_state: Arc>) { const TIMEOUT: Duration = Duration::from_secs(5); + let mut has_timed_out = false; let Ok(mut state) = shared_state.watchdog_state.lock() else { return; @@ -944,9 +945,15 @@ fn watchdog(shared_state: Arc