diff --git a/src/opnsense/mvc/app/library/OPNsense/Core/Backend.php b/src/opnsense/mvc/app/library/OPNsense/Core/Backend.php index f48d264f8..f94c821e8 100644 --- a/src/opnsense/mvc/app/library/OPNsense/Core/Backend.php +++ b/src/opnsense/mvc/app/library/OPNsense/Core/Backend.php @@ -54,7 +54,7 @@ class Backend * @return string * @throws \Exception */ - public function sendEvent($event, $timeout = 60) + public function sendEvent($event, $timeout = 120) { $stream = stream_socket_client('unix://'.$this->configdSocket, $errorNumber, $errorMessage, $timeout); if ($stream === false) {