@optimiser/common 1.0.247 → 1.0.248

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -157,7 +157,7 @@ var MemoryDBConnect = /** @class */ (function () {
157
157
  resolve([new Error("REQUEST_TIMEDOUT"), undefined]);
158
158
  message_1.status = "-1";
159
159
  }
160
- }, 30000);
160
+ }, 60000);
161
161
  if (_this.client && _this.isConnected) {
162
162
  _this.client.write(JSON.stringify(message_1));
163
163
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimiser/common",
3
- "version": "1.0.247",
3
+ "version": "1.0.248",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {