diff --git a/app/Jobs/PersistTemporaryTableData.php b/app/Jobs/PersistTemporaryTableData.php index cb24fe5..a579c90 100644 --- a/app/Jobs/PersistTemporaryTableData.php +++ b/app/Jobs/PersistTemporaryTableData.php @@ -20,6 +20,13 @@ class PersistTemporaryTableData implements ShouldQueue, ShouldBeUnique public ?int $electionId; + /** + * The number of seconds the job can run before timing out. + * + * @var int + */ + public $timeout = 240; + /** * Create a new job instance. */