ofz#46060 Timeout

Change-Id: I157c8e12ffd33f320b1b21232afd74c83891f915
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134492
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/vcl/source/gdi/region.cxx b/vcl/source/gdi/region.cxx
index 1f947f9..576ae0e 100644
--- a/vcl/source/gdi/region.cxx
+++ b/vcl/source/gdi/region.cxx
@@ -989,7 +989,7 @@ void vcl::Region::Intersect( const vcl::Region& rRegion )
            return;
        }

        static size_t gPointLimit = !utl::ConfigManager::IsFuzzing() ? SAL_MAX_SIZE : SAL_MAX_INT16;
        static size_t gPointLimit = !utl::ConfigManager::IsFuzzing() ? SAL_MAX_SIZE : 8192;
        size_t nPointLimit(gPointLimit);
        const basegfx::B2DPolyPolygon aClip(
            basegfx::utils::clipPolyPolygonOnPolyPolygon(