Skip to content

ci: bump fuzz job timeout to 45min#660

Open
dmtrKovalenko wants to merge 1 commit into
mainfrom
ci/bump-fuzz-timeout
Open

ci: bump fuzz job timeout to 45min#660
dmtrKovalenko wants to merge 1 commit into
mainfrom
ci/bump-fuzz-timeout

Conversation

@dmtrKovalenko

Copy link
Copy Markdown
Owner

Summary

The Fuzz Tests (windows-latest) job on #658 was killed by the job-level timeout-minutes: 20 (https://github.com/dmtrKovalenko/fff/actions/runs/28889203324/job/85715598087).

Root cause: the cache restore failed (cache service 400), so the seeded stress step alone took ~12min on a cold build, and the random step was cancelled mid-run before regressions even started. Even the passing ubuntu run finished at 19m8s — seconds under the limit. Three stress steps at ~6min each plus toolchain setup no longer fit in 20 minutes.

Bumps the fuzz job timeout to 45min, which still guards against a stuck watcher thread burning a full 6h CI slot while leaving headroom for cold-cache Windows builds.

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