Commit Graph

1 Commits

Author SHA1 Message Date
Jonathan Tatum a442ef149d
Set parser recursion limit for fuzz tests. (#8673)
Very large inputs that generate large ASTs can cause some of the
sanitizers to timeout. Setting a smaller complexity limit should help
filter out those cases.

Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
2022-10-06 15:27:56 +00:00