Skip to content

Commit 3583917

Browse files
committed
Let afl figure out latency.
1 parent 9e945fc commit 3583917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/framer/bake.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Run the fuzz test.
33
def run
4-
system("AFL_SKIP_BIN_CHECK=1 afl-fuzz -i input/ -o output/ -t 1000 -m 1000 -- ruby script.rb")
4+
system("AFL_SKIP_BIN_CHECK=1 afl-fuzz -i input/ -o output/ -m 100 -- ruby script.rb")
55
end
66

77
def generate

0 commit comments

Comments
 (0)