Skip to content

Commit 290b2de

Browse files
committed
Bump CI fuzz tasks now that we have more cores in CI
1 parent 5238928 commit 290b2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/ci-fuzz.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cargo --color always hfuzz build
3333
for TARGET in src/bin/*.rs; do
3434
FILENAME=$(basename $TARGET)
3535
FILE="${FILENAME%.*}"
36-
HFUZZ_RUN_ARGS="--exit_upon_crash -v -n2"
36+
HFUZZ_RUN_ARGS="--exit_upon_crash -v -n8"
3737
if [ "$FILE" = "chanmon_consistency_target" ]; then
3838
HFUZZ_RUN_ARGS="$HFUZZ_RUN_ARGS -F 64 -N1000"
3939
elif [ "$FILE" = "process_network_graph_target" -o "$FILE" = "full_stack_target" -o "$FILE" = "router_target" ]; then

0 commit comments

Comments
 (0)