summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/fuzzer/advanced_api_fuzzer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzzer/advanced_api_fuzzer.c b/tests/fuzzer/advanced_api_fuzzer.c
index 0f351634..e60840dd 100644
--- a/tests/fuzzer/advanced_api_fuzzer.c
+++ b/tests/fuzzer/advanced_api_fuzzer.c
@@ -85,7 +85,7 @@ int LLVMFuzzerTestOneInput(const uint8_t* const data, size_t size) {
scaled_height != config.input.height) {
// Using the WebPRescalerImport internally can significantly slow
// down the execution. Avoid timeouts due to that.
- fuzz_px_limit /= 11;
+ fuzz_px_limit /= 13;
}
// A big output canvas can lead to out-of-memory and timeout issues,
// but a big internal working buffer can too.