Shorten fuzz_read to prevent timeouts given the added complexity of deflate64
This commit is contained in:
parent
151e9362fe
commit
c38494b93c
2 changed files with 2 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -98,7 +98,7 @@ jobs:
|
||||||
- name: run fuzz
|
- name: run fuzz
|
||||||
timeout-minutes: 330
|
timeout-minutes: 330
|
||||||
run: |
|
run: |
|
||||||
cargo fuzz run fuzz_read -- -timeout=10s -jobs=100 -workers=2 -runs=1000000 -max_len=5000000000 -dict=fuzz/fuzz.dict
|
cargo fuzz run fuzz_read -- -timeout=10s -jobs=100 -workers=2 -runs=500000 -max_len=5000000000 -dict=fuzz/fuzz.dict
|
||||||
- name: Upload any failure inputs
|
- name: Upload any failure inputs
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
|
@ -22,6 +22,7 @@ compression_method_aes="C\x00"
|
||||||
" \004\000\000\000\000\302\262\000\000\000\303\256"
|
" \004\000\000\000\000\302\262\000\000\000\303\256"
|
||||||
"\302\267\302\240\302\240\302\240\302\240\302\240\302\240\302\240\000\000\000\000"
|
"\302\267\302\240\302\240\302\240\302\240\302\240\302\240\302\240\000\000\000\000"
|
||||||
"\342\226\221\000\000\000"
|
"\342\226\221\000\000\000"
|
||||||
|
"\374\377@."
|
||||||
"\x00\x00\x00\x00\x00\x00"
|
"\x00\x00\x00\x00\x00\x00"
|
||||||
"\x00\x00\x00\x00\x00\x00\x00"
|
"\x00\x00\x00\x00\x00\x00\x00"
|
||||||
"\xFF\xFF\xFF\xFF\xFF\xFF"
|
"\xFF\xFF\xFF\xFF\xFF\xFF"
|
||||||
|
|
Loading…
Add table
Reference in a new issue