@@ -22,7 +22,7 @@ class ProcessDataJob implements ShouldQueue
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
protected $data;
- public $timeout = 30;
+ public $timeout = 40;
public function __construct($data)
{