Commit 9ba1c0e
authored
fix: increase CNVM CI job timeout from 30 to 75 minutes (#4285)
## Summary
- The CNVM CI job `timeout-minutes` was set to 30, but the pytest
integration test polls ES with `CNVM_CONFIG_TIMEOUT=3600s` (60 min) —
**2x the entire job budget**
- After setup steps consume ~485s (disk cleanup, hermit env, `mage
build`, ES startup), the `pytest -k cnvm` step had only ~22 minutes of
budget, making completion structurally impossible when scans take longer
- Increasing to 75 minutes aligns the job lifetime with the test's
polling window and provides 15 minutes of setup headroom1 parent 1938d50 commit 9ba1c0e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
0 commit comments