Skip to content

Commit

Permalink
Fix timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
  • Loading branch information
Alan Jowett committed Nov 11, 2024
1 parent 7b19d3b commit 8790eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzzing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
- name: Run fuzzing regression
if: inputs.regression_test == true
run: |
./ubpf_fuzzer -merge=1 fuzz/corpus new_corpus
./ubpf_fuzzer -merge=1 fuzz/corpus new_corpus -timeout=60
# If this is a scheduled run or a manual run, run ubpf_fuzzer to attempt to find new crashes. Runs for 2 hours.
- name: Run fuzzing
Expand Down

0 comments on commit 8790eee

Please sign in to comment.