From: Sergio R. Caprile Date: Wed, 17 Dec 2025 22:12:02 +0000 (-0300) Subject: try extending fuzz running time X-Git-Url: https://git.feebdaed.xyz/?a=commitdiff_plain;h=682fe2c9a011616399dc388f83fce5b0117563e0;p=0xmirror%2Fmongoose.git try extending fuzz running time --- diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 180e9a36..c9ddfd93 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 with: { fetch-depth: 2 } - - run: make -C test ${{ matrix.target }} ARGS="-max_total_time=7200" + - run: make -C test ${{ matrix.target }} ARGS="-max_total_time=21600" # as we're not getting access to test units causing a problem, convert from the log: # base64 -d > dataofdeath