pub const DEFAULT_TIMEOUT_SECS: u64 = 3600;Expand description
How long one agent call may run before it is killed.
An hour, because thirty minutes was not enough: a review at the highest
effort setting on a large repository, running the test suite as it went,
ran past it. A timeout costs the whole call, so the default errs long and
timeout on an agent shortens it.