diff --git a/app/Listeners/Invoice/InvoiceCreatedNotification.php b/app/Listeners/Invoice/InvoiceCreatedNotification.php index 5c4c9e0ec2..a9fb3626f1 100644 --- a/app/Listeners/Invoice/InvoiceCreatedNotification.php +++ b/app/Listeners/Invoice/InvoiceCreatedNotification.php @@ -25,7 +25,7 @@ class InvoiceCreatedNotification implements ShouldQueue { use UserNotifies; - public $delay = 3; + public $delay = 6; public function __construct() {