Commit 09514b3
ci: increase integration test timeouts (#1008)
## Summary
- Increase **LLVM Concrete Tests** timeout from 20 → 30 minutes
- Increase **Haskell Proofs** timeout from 60 → 120 minutes
The Haskell Proofs job timed out at ~63% completion in PR #1007, and
LLVM Concrete Tests also hit the 20-minute limit. The timeouts were set
too tight for the current test suite size, especially after recent
additions of float, ptr-cast, transmute, and volatile tests. These
increases provide headroom for runner variability.
## Test plan
- [ ] CI passes on this PR (only workflow file changed)
- [ ] PR #1007 rebased on this branch no longer times out
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 443f9ad commit 09514b3
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments