diff options
| author | Ha Thach <[email protected]> | 2024-08-01 16:12:57 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-01 16:12:57 +0700 |
| commit | 271e2a30e1981ae1b52e5236dc028e3289873000 (patch) | |
| tree | 33772eb520b1569a95d676a11a82a1a2302572d4 /.github/workflows/cifuzz.yml | |
| parent | c60934eedcc363f320cb66695f0034312094bfd8 (diff) | |
| parent | 3f4f6c0ec7f5c95ca8a1965a078c0f92d0d4e8ad (diff) | |
Merge pull request #2749 from hathach/hil-change
HIL test hardware changes
Diffstat (limited to '.github/workflows/cifuzz.yml')
| -rw-r--r-- | .github/workflows/cifuzz.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 622d261a0..d7f1fc066 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -26,7 +26,7 @@ jobs: with: oss-fuzz-project-name: 'tinyusb' language: c++ - fuzz-seconds: 600 + fuzz-seconds: 400 - name: Upload Crash uses: actions/upload-artifact@v4 |
