Skip to main content

DEFAULT_DISPATCH_TIMEOUT

Constant DEFAULT_DISPATCH_TIMEOUT 

Source
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.