lower the recursion limit again on fuzzer tests

PiperOrigin-RevId: 514260720
pull/13171/head
Eric Salo 2 years ago committed by Copybara-Service
parent 56c4a42cdd
commit f9c91e3a1b
  1. 2
      upb/message/test.cc

@ -512,7 +512,7 @@ TEST(MessageTest, MapField) {
// const upb_MiniTable* mini_table =
// upb::fuzz::BuildMiniTable(input, &exts, arena.ptr());
// if (!mini_table) return;
// decode_options = upb_Decode_LimitDepth(decode_options, 90);
// decode_options = upb_Decode_LimitDepth(decode_options, 80);
// upb_Message* msg = upb_Message_New(mini_table, arena.ptr());
// upb_Decode(proto_payload.data(), proto_payload.size(), msg, mini_table, exts,
// decode_options, arena.ptr());

Loading…
Cancel
Save