chore: Set timeout for ServerCheckJob to 60 seconds
This commit is contained in:
parent
060988d923
commit
40347744e0
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ class ServerCheckJob implements ShouldBeEncrypted, ShouldQueue
|
|||
|
||||
public $tries = 3;
|
||||
|
||||
public $timeout = 60;
|
||||
|
||||
public $containers;
|
||||
|
||||
public $applications;
|
||||
|
|
|
|||
Loading…
Reference in a new issue