Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/verification-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ jobs:
rivet-verification:
name: Verification Gate (rivet-driven)
runs-on: [self-hosted, linux, x64, rust-cpu]
timeout-minutes: 30
# 60m budget: TEST-PROOF-* steps run `cd proofs && lake build`, which
# against Mathlib on a cold elan cache takes 25–35 min. Once smithy
# adds Lake build-artifact caching across runs, this can drop back
# toward 20m. The dedicated "Lean proof typecheck" workflow has its
# own budget for the same step.
timeout-minutes: 60
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -D warnings
Expand Down
Loading