X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=.github%2Fworkflows%2Ffuzz-checker.yml;fp=.github%2Fworkflows%2Ffuzz-checker.yml;h=b9a73e539a721126b2407def7cd5de5629b6e113;hp=c20ae29f08952e93e3e9afc0c53af2aa4b2e6bde;hb=12f5f26e1e71fe0375d82df70df338b8666ef38f;hpb=33f6d61323d0184d1db94cfd66c6a2d62d80c580 diff --git a/.github/workflows/fuzz-checker.yml b/.github/workflows/fuzz-checker.yml index c20ae29f08..b9a73e539a 100644 --- a/.github/workflows/fuzz-checker.yml +++ b/.github/workflows/fuzz-checker.yml @@ -73,7 +73,7 @@ jobs: ./util/opensslwrap.sh version -c - name: make test restricted if: matrix.fuzzy.tests != '' - run: AFL_MAP_SIZE=120985 make test HARNESS_JOBS=${HARNESS_JOBS:-4} TESTS="${{ matrix.fuzzy.tests }}" + run: AFL_MAP_SIZE=300000 make test HARNESS_JOBS=${HARNESS_JOBS:-4} TESTS="${{ matrix.fuzzy.tests }}" - name: make test all if: matrix.fuzzy.tests == '' - run: AFL_MAP_SIZE=120985 make test HARNESS_JOBS=${HARNESS_JOBS:-4} + run: AFL_MAP_SIZE=300000 make test HARNESS_JOBS=${HARNESS_JOBS:-4}