Searched refs:STACK_TURN_OFF_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance
49 const STACK_TURN_OFF_TIMEOUT_MS: Duration = Duration::from_millis(4000); constant299 log::debug!("Waiting for stack to turn off for {:?}", STACK_TURN_OFF_TIMEOUT_MS); in handle_sigterm()300 let _ = notifier.enabled_notify.wait_timeout(guard, STACK_TURN_OFF_TIMEOUT_MS); in handle_sigterm()