vcl/source/gdi/metaact.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b3d6c521c1e1fc6a1e84940c19cb2e18157e877f
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon Apr 24 20:08:44 2023 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Tue Apr 25 10:05:40 2023 +0200

    ofz#57493 avoid Timeout
    
    Change-Id: I9fee1ad3467c18d2714ef211f2c95c6b4211415b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150946
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/source/gdi/metaact.cxx b/vcl/source/gdi/metaact.cxx
index 6f4f75ccc4ba..00921c609bca 100644
--- a/vcl/source/gdi/metaact.cxx
+++ b/vcl/source/gdi/metaact.cxx
@@ -889,7 +889,7 @@ static bool AllowScale(const Size& rSource, const Size& 
rDest)
     static bool bFuzzing = utl::ConfigManager::IsFuzzing();
     if (bFuzzing)
     {
-        constexpr int nMaxScaleWhenFuzzing = 256;
+        constexpr int nMaxScaleWhenFuzzing = 128;
 
         auto nSourceHeight = rSource.Height();
         auto nDestHeight = rDest.Height();

Reply via email to