change notifier timeout

This commit is contained in:
aina-esokia
2018-08-03 14:33:12 +04:00
parent 1e49e95973
commit 6630fc7d15

View File

@@ -25,7 +25,7 @@ class Notifier implements NotifierInterface
private $logger;
/** @var integer */
private $timeout = 2;
private $timeout = 10;
public function __construct(\ZMQSocket $socket, LoggerInterface $logger)
{