pub const POLL: Duration;Expand description
How often the pull request is re-read while its checks are still running.
Thirty seconds: a CI matrix takes minutes, so anything shorter is spent
entirely on gh invocations, and anything much longer adds latency to every
single round of a loop that already waits for agents.