pub const DEFAULT_TIMEOUT_MS: u64 = _; // 300_000u64Expand description
Deadline of a shell act when [shell].timeout-ms is unset. A shell act
without a deadline holds its scheduler lane for as long as the script runs:
a script that waits forever takes an unbounded share of the engine’s job
capacity with it.