Skip to content

Commit

Permalink
SUKU timeout guard added
Browse files Browse the repository at this point in the history
  • Loading branch information
SukuWc committed Oct 20, 2023
1 parent d2d7ea5 commit cc23277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fuzzing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Build and run fuzz test
run: |
clang -fsanitize=fuzzer,address -o fuzzer_test grid_common/test_harness.c
./fuzzer_test -max-len=128 -timeout=10
timeout 60s ./fuzzer_test -max-len=128 -timeout=10
2 changes: 1 addition & 1 deletion grid_pico/pico-sdk
Submodule pico-sdk updated 247 files

0 comments on commit cc23277

Please sign in to comment.