Skip to content

Commit 3e83197

Browse files
committed
build: fuzz for longer
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 0b93ee6 commit 3e83197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434

3535
- run: |
3636
mkdir -p fuzz/corpus/${{ matrix.target }}
37-
cargo +nightly fuzz run --release ${{ matrix.target }} fuzz/corpus/${{ matrix.target }} fuzz/seeds -- -dict=fuzz/dict -max_total_time=3600
37+
cargo +nightly fuzz run --release ${{ matrix.target }} fuzz/corpus/${{ matrix.target }} fuzz/seeds -- -dict=fuzz/dict -max_total_time=10800

0 commit comments

Comments
 (0)