Skip to main content

PREFLIGHT_TIMEOUT

Constant PREFLIGHT_TIMEOUT 

Source
pub const PREFLIGHT_TIMEOUT: Duration;
Expand description

Wall-clock budget for preflight (i.e. claude --version). Long enough for a slow Windows process spawn; short enough to fail fast when the host binary is wedged. Runtime invocations (stream) have no timeout at this layer — Unit 11’s executor owns node-level deadlines.