NetEq fuzzer: Restrict fuzzer input to 90000 bytes
This is to avoid very long runs, resulting in time-outs. NOTRY=True Bug: chromium:895082 Change-Id: Iafdc3d10b3fb52f2d487547c954dca8ae7edb783 Reviewed-on: https://webrtc-review.googlesource.com/c/105960 Reviewed-by: Sam Zackrisson <saza@webrtc.org> Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25175}
This commit is contained in:
parent
d8a52b3ff4
commit
961dbeac82
@ -397,7 +397,7 @@ webrtc_fuzzer_test("neteq_signal_fuzzer") {
|
||||
"../../rtc_base:rtc_base_tests_utils",
|
||||
]
|
||||
|
||||
libfuzzer_options = [ "max_len=100000" ]
|
||||
libfuzzer_options = [ "max_len=90000" ]
|
||||
}
|
||||
|
||||
webrtc_fuzzer_test("residual_echo_detector_fuzzer") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user