From 029f4507bd8e6e51b866f1dbad6a4dc3d03cbaec Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 6 Apr 2022 03:45:52 -0600 Subject: [PATCH] Update horizon config --- config/horizon.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/horizon.php b/config/horizon.php index f7fd81c29..d4b84b7ca 100644 --- a/config/horizon.php +++ b/config/horizon.php @@ -175,7 +175,7 @@ return [ 'memory' => 128, 'tries' => 3, 'nice' => 0, - 'timeout' => 60 + 'timeout' => 300 ], ], @@ -188,7 +188,7 @@ return [ 'memory' => 128, 'tries' => 3, 'nice' => 0, - 'timeout' => 60 + 'timeout' => 300 ], ], ],