From: Vincent Vanwaelscappel Date: Mon, 15 Jul 2024 13:41:14 +0000 (+0200) Subject: wip #7005 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=db0be9692bb20a93d36355faf69519a6d50930e3;p=cubist_pdf.git wip #7005 @0.25 --- diff --git a/src/PDFTools.php b/src/PDFTools.php index d7af2b6..27a77ac 100644 --- a/src/PDFTools.php +++ b/src/PDFTools.php @@ -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);