pub const DEFAULT_CHECK_TIMEOUT_SECS: u64 = 1800;Expand description
How long merge --wait polls a review’s checks before giving up, unless
stk.checkTimeout overrides it. Generous so a slow-but-real CI is not cut
off; the point is to bound a pipeline that never settles, not a long one.