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 7a77d06 commit c4e48f8Copy full SHA for c4e48f8
.github/workflows/py_test.yaml
@@ -82,9 +82,9 @@ jobs:
82
fi
83
84
85
- - name: '🚧 Fuzz 8-byte cmplog for 120 seconds'
+ - name: '🚧 Fuzz 8-byte cmplog for 180 seconds'
86
run: |
87
- source venv/bin/activate && ./AFLplusplus/afl-fuzz -i ./input -o ./output-8 -b 1 -g 8 -G 8 -V 120 -c 0 -U -- python3 examples/sample.py @@ true
+ source venv/bin/activate && ./AFLplusplus/afl-fuzz -i ./input -o ./output-8 -b 1 -g 8 -G 8 -V 180 -c 0 -U -- python3 examples/sample.py @@ true
88
env:
89
AFL_BENCH_UNTIL_CRASH: 1
90
AFL_NO_CRASH_README: 1
0 commit comments