summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-08-14 16:59:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-08-14 19:00:08 +0200
commitf258dee15655b794596c11dcb901ada6f159881f (patch)
tree057b6e40dc6aceb31117626a10123b9ac443e7b1
parentofz#49750 Timeout (diff)
downloadcore-f258dee15655b794596c11dcb901ada6f159881f.tar.gz
core-f258dee15655b794596c11dcb901ada6f159881f.zip
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.cxx2
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" {