Skip to content

fix(ci): raise static-analysis timeout from 15 to 25 minutes - #593

Merged
BitHighlander merged 1 commit into
alphafrom
fix/round5-static-analysis-timeout
Aug 26, 2026
Merged

fix(ci): raise static-analysis timeout from 15 to 25 minutes#593
BitHighlander merged 1 commit into
alphafrom
fix/round5-static-analysis-timeout

Conversation

@BitHighlander

Copy link
Copy Markdown
Owner

cppcheck alone has been observed running right up to (and past) the 15-minute job ceiling under normal runner load, with an unchanged, clean diff. Two consecutive runs on PR #591 hit 15m10s and 14m59s -- one killed mid-scan with the cppcheck process still active -- forcing a manual rerun of an otherwise-passing, zero-findings check.

Fix

Raise static-analysis's timeout-minutes from 15 to 25 for headroom.

Verification

YAML validated with python3 -c "import yaml; yaml.safe_load(...)". No logic change -- pure timeout bump.

Fixes #592.

cppcheck alone has been observed running right up to (and past) the
15-minute job ceiling under normal runner load, with an unchanged, clean
diff. Two consecutive runs on PR #591 hit 15m10s and 14m59s -- one killed
mid-scan with the cppcheck process still active -- forcing a manual rerun
of an otherwise-passing, zero-findings check.

Fixes #592.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant