Skip to content

Commit

Permalink
Increase release time to 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentBean committed Sep 9, 2024
1 parent 9206866 commit 17df6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jobs/Middleware/AvailableMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class AvailableMiddleware

protected int $seconds;

public function __construct(?string $connection = null, int $seconds = 5)
public function __construct(?string $connection = null, int $seconds = 30)
{
$this->connection = $connection ?? config('magento.connection');
$this->seconds = $seconds;
Expand Down

0 comments on commit 17df6fb

Please sign in to comment.