@@ -101,7 +101,7 @@ jobs:
101101 run : cargo afl build --all-features --manifest-path ${{ github.workspace }}/fuzz_read/Cargo.toml
102102 - name : run fuzz
103103 timeout-minutes : 70
104- run : cargo afl fuzz -i ${{ github.workspace }}/fuzz_read/in -o out -V 3600 -- ${{ github.workspace }}/fuzz_read/target/debug/fuzz_read
104+ run : cargo afl fuzz -i ${{ github.workspace }}/fuzz_read/in -o out -V 7200 -- ${{ github.workspace }}/fuzz_read/target/debug/fuzz_read
105105 - name : Minimize corpus
106106 run : cargo afl cmin -i out/default/queue -o out_cmin -- ${{ github.workspace }}/fuzz_read/target/debug/fuzz_read
107107 - name : Report coverage
@@ -151,7 +151,7 @@ jobs:
151151 run : cargo afl build --manifest-path ${{ github.workspace }}/fuzz_read/Cargo.toml
152152 - name : run fuzz
153153 timeout-minutes : 70
154- run : cargo afl fuzz -i ${{ github.workspace }}/fuzz_read/in -o out -V 3600 -- ${{ github.workspace }}/fuzz_read/target/debug/fuzz_read
154+ run : cargo afl fuzz -i ${{ github.workspace }}/fuzz_read/in -o out -V 7200 -- ${{ github.workspace }}/fuzz_read/target/debug/fuzz_read
155155 - name : Report coverage
156156 run : cargo afl showmap -C -i out -o map -- ${{ github.workspace }}/fuzz_read/target/debug/fuzz_read
157157 - run : sudo apt install rename
@@ -193,7 +193,7 @@ jobs:
193193 run : cargo afl build --all-features --manifest-path ${{ github.workspace }}/fuzz_write/Cargo.toml
194194 - name : run fuzz
195195 timeout-minutes : 70
196- run : cargo afl fuzz -i ${{ github.workspace }}/fuzz_write/in -o out -V 3600 -x ${{ github.workspace }}/fuzz_write/fuzz.dict -- ${{ github.workspace }}/fuzz_write/target/debug/fuzz_write
196+ run : cargo afl fuzz -i ${{ github.workspace }}/fuzz_write/in -o out -V 7200 -x ${{ github.workspace }}/fuzz_write/fuzz.dict -- ${{ github.workspace }}/fuzz_write/target/debug/fuzz_write
197197 - name : Minimize corpus
198198 run : cargo afl cmin -i out/default/queue -o out_cmin -- ${{ github.workspace }}/fuzz_write/target/debug/fuzz_write
199199 - name : Report coverage
@@ -243,7 +243,7 @@ jobs:
243243 run : cargo afl build --all-features --manifest-path ${{ github.workspace }}/fuzz_write/Cargo.toml
244244 - name : run fuzz
245245 timeout-minutes : 70
246- run : cargo afl fuzz -i ${{ github.workspace }}/fuzz_write/in -o out -V 3600 -x ${{ github.workspace }}/fuzz_write/fuzz.dict -- ${{ github.workspace }}/fuzz_write/target/debug/fuzz_write
246+ run : cargo afl fuzz -i ${{ github.workspace }}/fuzz_write/in -o out -V 7200 -x ${{ github.workspace }}/fuzz_write/fuzz.dict -- ${{ github.workspace }}/fuzz_write/target/debug/fuzz_write
247247 - name : Report coverage
248248 run : cargo afl showmap -C -i out -o map -- ${{ github.workspace }}/fuzz_write/target/debug/fuzz_write
249249 - run : sudo apt install rename
0 commit comments