pub const SPAWN_CONTROL_TIMEOUT_SECS: u64 = 300;Expand description
Floor on the deadline for a Spawn, which does more work than the other ops:
the daemon connects the blueprint’s MCP servers before spawning, and each of
those has its own 30s connect timeout, so a blueprint declaring several
servers can legitimately outlast the ordinary deadline. Without this floor a
slow-but-succeeding spawn would be reported to the user as a timeout.