diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-08-14 16:59:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-08-14 19:00:08 +0200 |
commit | f258dee15655b794596c11dcb901ada6f159881f (patch) | |
tree | 057b6e40dc6aceb31117626a10123b9ac443e7b1 | |
parent | a6bb3eb13a6e28fd1efa2b98b18560f11f21afde (diff) |
ofz#49949 Timeout
Change-Id: I44ebfc50579cbcf6482fbb445c08b31961750467
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138254
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | vcl/source/filter/jpeg/jpegc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/jpeg/jpegc.cxx b/vcl/source/filter/jpeg/jpegc.cxx index f926afa05680..f687baed419a 100644 --- a/vcl/source/filter/jpeg/jpegc.cxx +++ b/vcl/source/filter/jpeg/jpegc.cxx @@ -80,7 +80,7 @@ static void outputMessage (j_common_ptr cinfo) static int GetWarningLimit() { - return utl::ConfigManager::IsFuzzing() ? 5 : 1000; + return utl::ConfigManager::IsFuzzing() ? 3 : 1000; } extern "C" { |