aboutsummaryrefslogtreecommitdiffstats
path: root/bin/fuzz
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fuzz')
-rwxr-xr-xbin/fuzz1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/fuzz b/bin/fuzz
index 397a550..001406d 100755
--- a/bin/fuzz
+++ b/bin/fuzz
@@ -8,6 +8,7 @@ cargo afl build --release
mkdir -p out
tmux new-window cargo afl fuzz -i in -o out -t 10000 -M main_fuzzer target/release/fuzz
+sleep 5
for i in $(seq 2 "$ncpu"); do
tmux new-window cargo afl fuzz -i in -o out -t 10000 -S "secondary_fuzzer_$i" target/release/fuzz
done