We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5238928 commit 290b2deCopy full SHA for 290b2de
fuzz/ci-fuzz.sh
@@ -33,7 +33,7 @@ cargo --color always hfuzz build
33
for TARGET in src/bin/*.rs; do
34
FILENAME=$(basename $TARGET)
35
FILE="${FILENAME%.*}"
36
- HFUZZ_RUN_ARGS="--exit_upon_crash -v -n2"
+ HFUZZ_RUN_ARGS="--exit_upon_crash -v -n8"
37
if [ "$FILE" = "chanmon_consistency_target" ]; then
38
HFUZZ_RUN_ARGS="$HFUZZ_RUN_ARGS -F 64 -N1000"
39
elif [ "$FILE" = "process_network_graph_target" -o "$FILE" = "full_stack_target" -o "$FILE" = "router_target" ]; then
0 commit comments