Skip to content

Commit a058839

Browse files
committed
gha: reduce ClusterFuzzLite time limit
Now that our CI runs take ~5 minutes, we should reduce the ClusterFuzzLite limit. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
1 parent b7bb5d2 commit a058839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cflite-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: google/clusterfuzzlite/actions/run_fuzzers@v1
5050
with:
5151
github-token: ${{ secrets.GITHUB_TOKEN }}
52-
fuzz-seconds: 600
52+
fuzz-seconds: 300
5353
mode: 'code-change'
5454
sanitizer: ${{ matrix.sanitizer }}
5555
output-sarif: true

0 commit comments

Comments
 (0)