changed some job timeout times

This commit is contained in:
2019-07-08 22:34:37 -05:00
parent aa86effe5d
commit f194d91d90
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class ProcessWalletJournalJob implements ShouldQueue
*
* @var int
*/
public $timeout = 300;
public $timeout = 600;
public $tries = 3;