From d057e0602ca8490924ea0ab6a35f0a4b3418752e Mon Sep 17 00:00:00 2001 From: Louis Jeckel Date: Mon, 7 Sep 2020 10:21:18 +0200 Subject: [PATCH] Update ProcessPdfFile.php --- app/Jobs/ProcessPdfFile.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Jobs/ProcessPdfFile.php b/app/Jobs/ProcessPdfFile.php index c43739d..7f83b9e 100644 --- a/app/Jobs/ProcessPdfFile.php +++ b/app/Jobs/ProcessPdfFile.php @@ -18,6 +18,8 @@ class ProcessPdfFile implements ShouldQueue */ protected $file; + public $timeout = 180; + /** * Create a new job instance. * -- 2.39.5