pub const DEFAULT_DISPATCH_TIMEOUT: Duration;Expand description
Default dispatch timeout (300s) applied by [DispatchPipeline::from_env]
when WM_DISPATCH_TIMEOUT_MS is unset.
Generous enough for LLM-backed tools (research, self-play) while still bounding a hung call.