Skip to content

Commit 7a77d06

Browse files
committed
more tolerate...
1 parent 5beb73d commit 7a77d06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ jobs:
9494
fi
9595
fi
9696
97-
- name: '🚧 Fuzz 8-byte cmplog for 60 seconds'
97+
- name: '🚧 Fuzz 8-byte cmplog for 180 seconds'
9898
run: |
99-
./AFLplusplus/afl-fuzz -i ./input -o ./output-8 -b 1 -g 8 -G 8 -V 60 -c 0 -- ./target/release/examples/sample @@ true
99+
./AFLplusplus/afl-fuzz -i ./input -o ./output-8 -b 1 -g 8 -G 8 -V 180 -c 0 -- ./target/release/examples/sample @@ true
100100
env:
101101
AFL_BENCH_UNTIL_CRASH: 1
102102
AFL_NO_CRASH_README: 1

0 commit comments

Comments
 (0)