Offer the long timeouts a survey needs - #63
Conversation
The level-3 survey on main came back as a floor: 1290 distinct divergence sites and 1 accepting abstract pair after 121131 pairs, with the walk still going when the 30-minute deadline arrived. 30m was the largest value the workflow offered, so there was no way to ask for more from Actions at all. A survey is the mode that needs the long end. It cannot stop at the first divergence -- that is the whole point of it -- so its cost is the size of the abstract space rather than the distance to the first candidate, and at roughly 67 pairs per second the space is hours wide. An ordinary proof is unaffected: 30m already exceeds what it has ever needed, since it stops as soon as it has a verdict. 1h and 3h join the offered values. The job cap has to clear the worst case an option permits -- two phases at the largest value, plus checkout, Devbox, the opam bootstrap and the build -- because a job killed by the cap writes no verdict line, and ambiguity-verdict then fails closed at status 2, reporting a broken run where the answer was "not proven". A survey spends one phase rather than two, since it exits before concretization, so only an ordinary proof can reach the full six hours. Both comments describing the old 30m ceiling are updated with it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01N4KejxPN4Q9uQ67dHwUDgj
|
Warning Review limit reached
Next review available in: 6 minutes Limit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository: zane-lang/coderabbit/.coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Adds
1hand3hto the proof workflow's timeout choices, and raises the job cap to match.Why
The first level-3 survey on
main(run 32233014108) came back as a floor:The walk was still going when the 30-minute deadline arrived, and
30mwas the largest value the workflow offered — so there was no way to ask for more from Actions at all.A survey is the mode that needs the long end. It cannot stop at the first divergence, which is the entire point of it, so its cost is the size of the abstract space rather than the distance to the first candidate. At roughly 67 pairs/second (121,131 pairs in 1,800s) against a 7,895,160-pair budget, the space is hours wide.
An ordinary proof is unaffected. It stops as soon as it has a verdict, and has never needed more than a few minutes of abstract phase —
30mwas already generous.The job cap
timeout-minuteshas to clear the worst case any offered option permits: two phases at the largest value, plus checkout, Devbox, the opam bootstrap and the build. A job killed by the cap writes no verdict line, soambiguity-verdictfails closed at status 2 and reports a broken run where the honest answer was "not proven" — the failure mode #59 and #60 already went to some trouble to remove.75 → 380. It is a backstop, not an expected duration: a survey exits before the concretization search, so it spends one phase rather than two, and only an ordinary proof can reach the full six hours.
Verification
No code changes.
parse_durationaccepts every offered value (5m,15m,30m,1h,3h→ 300, 900, 1800, 3600, 10800 seconds), the YAML parses, and the two comments describing the old 30m ceiling are updated rather than left contradicting the options above them.🤖 Generated with Claude Code
https://claude.ai/code/session_01N4KejxPN4Q9uQ67dHwUDgj
Generated by Claude Code