diff --git a/src/tint/fuzzers/tint_ast_fuzzer/mutation_finders/wrap_unary_operators.cc b/src/tint/fuzzers/tint_ast_fuzzer/mutation_finders/wrap_unary_operators.cc index e12f44a7fa..52cbc45f67 100644 --- a/src/tint/fuzzers/tint_ast_fuzzer/mutation_finders/wrap_unary_operators.cc +++ b/src/tint/fuzzers/tint_ast_fuzzer/mutation_finders/wrap_unary_operators.cc @@ -28,7 +28,7 @@ namespace fuzzers { namespace ast_fuzzer { namespace { -const size_t kMaxExpressionSize = 100; +const size_t kMaxExpressionSize = 50; } // namespace MutationList MutationFinderWrapUnaryOperators::FindMutations(