Skip to content

Commit 9ba1c0e

Browse files
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 headroom
1 parent 1938d50 commit 9ba1c0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
needs: [ init-hermit ]
203203
name: CNVM CI
204204
runs-on: ubuntu-22.04
205-
timeout-minutes: 30
205+
timeout-minutes: 75
206206
steps:
207207
- name: Free Disk Space (Ubuntu)
208208
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1

0 commit comments

Comments
 (0)