diff --git a/framework/src/microservice.js b/framework/src/microservice.js index 2a34864d7..b77d8ced2 100644 --- a/framework/src/microservice.js +++ b/framework/src/microservice.js @@ -56,7 +56,7 @@ const Microservice = (config = {}) => { const broker = new ServiceBroker({ transporter: moleculerConfig.transporter, - requestTimeout: (moleculerConfig.brokerTimeout || 5) * 1000, + requestTimeout: (moleculerConfig.brokerTimeout || 10) * 1000, logger: { type: 'Log4js', options: {