]> _ Git - cubist_pdf.git/commitdiff
wip #7005 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 15 Jul 2024 13:41:14 +0000 (15:41 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 15 Jul 2024 13:41:14 +0000 (15:41 +0200)
src/PDFTools.php

index d7af2b66911365b0ef33d12cd014da356aeb2230..27a77ac2f12a3111777770af03c2d832dd53173e 100644 (file)
@@ -234,7 +234,7 @@ class PDFTools
     }
 
 
-    public static function makeBaseSVGFile($in, $out, $page, $attempts = 3, $timeout = 600)
+    public static function makeBaseSVGFile($in, $out, $page, $attempts = 3, $timeout = 120)
     {
         $pdftocairo = new CommandLine('pdftocairo');
         $pdftocairo->setTimeout($timeout);