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 5beb73d commit 7a77d06Copy full SHA for 7a77d06
.github/workflows/ci.yaml
@@ -94,9 +94,9 @@ jobs:
94
fi
95
96
97
- - name: '🚧 Fuzz 8-byte cmplog for 60 seconds'
+ - name: '🚧 Fuzz 8-byte cmplog for 180 seconds'
98
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
+ ./AFLplusplus/afl-fuzz -i ./input -o ./output-8 -b 1 -g 8 -G 8 -V 180 -c 0 -- ./target/release/examples/sample @@ true
100
env:
101
AFL_BENCH_UNTIL_CRASH: 1
102
AFL_NO_CRASH_README: 1
0 commit comments