From db0be9692bb20a93d36355faf69519a6d50930e3 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 15 Jul 2024 15:41:14 +0200 Subject: [PATCH] wip #7005 @0.25 --- src/PDFTools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5