fix: lower default run for afl to 30s

This commit is contained in:
Roman 2026-05-22 15:24:37 +08:00
parent 46f3754028
commit 93dadf1fdd
No known key found for this signature in database
GPG Key ID: 583BDF43C238B83E

View File

@ -179,11 +179,11 @@ afl-macos-teardown:
# Linux: Build AFL++ from source (apt packages are several major versions
# behind): see https://github.com/AFLplusplus/AFLplusplus
#
# Usage: just fuzz-afl # all targets, 120 s each
# Usage: just fuzz-afl # all targets, 30 s each
# just fuzz-afl "" 60 # all targets, 60 s each
# just fuzz-afl fuzz_state_transition # single target, 120 s
# just fuzz-afl fuzz_state_transition # single target, 30 s
# just fuzz-afl fuzz_state_transition 300 # single target, 300 s
fuzz-afl TARGET="" TIME="120":
fuzz-afl TARGET="" TIME="30":
#!/bin/bash
set -euo pipefail
TARGET="{{TARGET}}"