Raise the AFL_MAP_SIZE to accommodate future growth
[openssl.git] / .github / workflows / fuzz-checker.yml
index c20ae29f08952e93e3e9afc0c53af2aa4b2e6bde..b9a73e539a721126b2407def7cd5de5629b6e113 100644 (file)
@@ -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}