From c34501d1b62e8d2ba9e792e5952b01b24ad81bae Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Thu, 7 Mar 2024 19:08:03 -0800 Subject: [PATCH] Revert "Test with 16KiB max_len and 200m iterations" This reverts commit 4367dac3956f26abb7a2957d4152d9160d49eb51. --- .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 5ce56c8e..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=200000000 -max_len=16384 -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