Skip to content

Commit a3756c5

Browse files
committed
Lower fuzzing time even further to 2 minutes.
1 parent 18449ce commit a3756c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
crate: cargo-fuzz
4141
version: latest
4242
use-tool-cache: true
43-
- name: Fuzz for 5 minutes
44-
run: cargo fuzz run ${{ matrix.target }} -- -max_total_time=300 # seconds
43+
- name: Fuzz for 2 minutes
44+
run: cargo fuzz run ${{ matrix.target }} -- -max_total_time=120 # seconds
4545
- uses: actions/upload-artifact@v1
4646
name: Publish artifacts
4747
if: always()

0 commit comments

Comments
 (0)