Skip to content

Offer the long timeouts a survey needs - #63

Merged
TheLazyCat00 merged 1 commit into
mainfrom
claude/github-action-ambiguity-65a9aa
Aug 19, 2026
Merged

Offer the long timeouts a survey needs#63
TheLazyCat00 merged 1 commit into
mainfrom
claude/github-action-ambiguity-65a9aa

Conversation

@TheLazyCat00

Copy link
Copy Markdown
Member

Adds 1h and 3h to 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:

Survey at level 3: 1290 distinct divergence site(s), 1 accepting abstract pair(s),
121131 pairs explored (incomplete: the counts are a floor).
  1. AMPERSAND UIDENT LBRACKET RBRACKET SEMICOLON EOF

The walk was still going when the 30-minute deadline arrived, and 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, 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 — 30m was already generous.

The job cap

timeout-minutes has 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, so ambiguity-verdict fails 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_duration accepts 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

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
@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@TheLazyCat00, you've reached your PR review limit, so we couldn't start this review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Repository: zane-lang/coderabbit/.coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 7411f2c1-8f15-48ae-9e29-a93ba75c4621

📥 Commits

Reviewing files that changed from the base of the PR and between 082cb0c and e686561.

📒 Files selected for processing (1)
  • .github/workflows/ambiguity-prove.yml

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@TheLazyCat00
TheLazyCat00 merged commit 996268c into main Aug 19, 2026
2 checks passed
@TheLazyCat00
TheLazyCat00 deleted the claude/github-action-ambiguity-65a9aa branch August 19, 2026 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants