Skip to content

Commit

Permalink
increase fuzzer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbrodsky committed Dec 16, 2024
1 parent 09c8f3c commit 7068ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-fuzzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
cd build
for fuzzer in bin/fuzzer*; do
echo $fuzzer
$fuzzer -runs=100000 -max_total_time=60 -timeout=120
$fuzzer -runs=100000 -max_total_time=60 -timeout=300
done

0 comments on commit 7068ba0

Please sign in to comment.