We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b93ee6 commit 3e83197Copy full SHA for 3e83197
.github/workflows/daily.yml
@@ -34,4 +34,4 @@ jobs:
34
35
- run: |
36
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
+ cargo +nightly fuzz run --release ${{ matrix.target }} fuzz/corpus/${{ matrix.target }} fuzz/seeds -- -dict=fuzz/dict -max_total_time=10800
0 commit comments