Skip to content

Commit

Permalink
Increase timeout threshold for fuzzer CI run (#955)
Browse files Browse the repository at this point in the history
* Reduce maximum size for polygonToCellsExperimental fuzzers

* Revert "Reduce maximum size for polygonToCellsExperimental fuzzers"

This reverts commit f996707.

* increase fuzzer timeout
  • Loading branch information
isaacbrodsky authored Dec 23, 2024
1 parent 18073a2 commit ae31177
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 ae31177

Please sign in to comment.