Commit aa000c8
CI: raise nextest slow-timeout to 300s for coverage's instrumented recompile
The Code Coverage job runs under llvm-cov; its subprocess example tests
(tests/suites/examples.rs) inherit `-C instrument-coverage` and recompile the
examples instrumented, which legitimately takes >120s. A non-instrumented
pre-build cannot match that fingerprint, so the fix is headroom, not a
pre-build step: bump terminate-after 3 -> 5 (180s -> 300s). The Test job is
unaffected (its pre-build keeps those tests sub-second); true hangs are still
bounded, now at 5 minutes instead of 3.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 706c491 commit aa000c8
1 file changed
Lines changed: 12 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | | - | |
| 21 | + | |
0 commit comments