Commit f2ce4948 authored by Ad Schellevis's avatar Ad Schellevis

increase default timeout on backend calls

parent 8d0c2d23
...@@ -54,7 +54,7 @@ class Backend ...@@ -54,7 +54,7 @@ class Backend
* @return string * @return string
* @throws \Exception * @throws \Exception
*/ */
public function sendEvent($event, $timeout = 60) public function sendEvent($event, $timeout = 120)
{ {
$stream = stream_socket_client('unix://'.$this->configdSocket, $errorNumber, $errorMessage, $timeout); $stream = stream_socket_client('unix://'.$this->configdSocket, $errorNumber, $errorMessage, $timeout);
if ($stream === false) { if ($stream === false) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment