Run fuzzing for a bounded amount of time.
Section: Fuzzing
Limit fuzz duration
bash
bash
go test -fuzz=FuzzParse -fuzztime=30sExplanation
Run fuzzing for a bounded amount of time. Useful in Go CLI workflows.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Fuzzing