Commit b792a35
chore(ci): raise verify-gate timeout 30 → 60 min for lake build (#229)
After #227 reverted TEST-PROOF-LATENCY / TEST-PROOF-ARINC653 verification
steps from sorry-grep to `cd proofs && lake build`, the first PR after
#227 (#228 Mermaid M3) timed out the verify-gate at the 30-minute hard
budget. lake build against Mathlib on a cold elan cache takes 25–35 min;
the runner ran for 26 min before hitting the timeout, then GitHub
killed the orphan `lake` process during job cleanup.
Bumps the verify-gate job's `timeout-minutes` from 30 → 60 to give
`lake build` headroom while the smithy team adds Lake build-artifact
caching across runs. Once that lands, the timeout can drop toward
the original 20m.
The dedicated "Lean proof typecheck (lake build)" workflow has its
own budget for the same step (already empirically green), so this only
affects the rivet verification gate runs.
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent d902bf2 commit b792a35
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
0 commit comments