From f7023a3d9de10dd4b7d780589133afe56d7989ad Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Thu, 7 Mar 2024 18:52:23 -0800 Subject: [PATCH] Test with old max_len and 500m iterations --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ff2dc176..147a3192 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -98,7 +98,7 @@ jobs: - name: run fuzz timeout-minutes: 330 run: | - cargo fuzz run fuzz_read -- -timeout=10s -fork=2 -runs=1000000000 -max_len=1100 -len_control=10000 -dict=fuzz/fuzz.dict + cargo fuzz run fuzz_read -- -timeout=10s -fork=2 -runs=500000000 -max_len=5000 -len_control=10000 -dict=fuzz/fuzz.dict - name: Upload any failure inputs if: always() uses: actions/upload-artifact@v3