Skip to content

fix(ci): add timeout to fuzz smoke test#7

Merged
urmzd merged 1 commit intomainfrom
fix/fuzz-test-timeout
Mar 26, 2026
Merged

fix(ci): add timeout to fuzz smoke test#7
urmzd merged 1 commit intomainfrom
fix/fuzz-test-timeout

Conversation

@urmzd
Copy link
Copy Markdown
Owner

@urmzd urmzd commented Mar 26, 2026

Summary

  • Adds -timeout=60s to the fuzz test command to prevent context deadline exceeded errors
  • The -fuzztime=10s still limits actual fuzzing to ~10s; the extra headroom accounts for fuzz coordinator overhead on slower CI runners

Test plan

  • go test ./... passes locally

…xceeded

The fuzz coordinator overhead can cause the test to exceed the 10s
fuzztime, triggering a context deadline error on slower CI runners.
@urmzd urmzd merged commit 26d9567 into main Mar 26, 2026
3 checks passed
@urmzd urmzd deleted the fix/fuzz-test-timeout branch March 26, 2026 05:35
@urmzd urmzd restored the fix/fuzz-test-timeout branch March 28, 2026 23:55
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