This pull request includes a minor update to the fuzzing workflow configuration in the .github/workflows/fuzzing.yml file. The change introduces a timeout parameter to the ubpf_fuzzer command to prevent it from running indefinitely.
Added a -timeout=60 parameter to the ubpf_fuzzer command for both Ubuntu and Windows platforms to ensure the fuzzer does not run indefinitely. (.github/workflows/fuzzing.yml)
coverage: 79.201%. remained the same
when pulling 7b19d3b6284ae56a03a84b37dd9df9a19af527eb on Alan-Jowett:reduce_timeout
into 5798dc6689dfe889af5f42899754bd90c86b833c on iovisor:main.
This pull request includes a minor update to the fuzzing workflow configuration in the
.github/workflows/fuzzing.yml
file. The change introduces a timeout parameter to theubpf_fuzzer
command to prevent it from running indefinitely.-timeout=60
parameter to theubpf_fuzzer
command for both Ubuntu and Windows platforms to ensure the fuzzer does not run indefinitely. (.github/workflows/fuzzing.yml
)