wingbot 3.67.12 → 3.67.13

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wingbot",
3
- "version": "3.67.12",
3
+ "version": "3.67.13",
4
4
  "description": "Enterprise Messaging Bot Conversation Engine",
5
5
  "main": "index.js",
6
6
  "type": "commonjs",
@@ -109,7 +109,7 @@ class WingbotModel extends CachedModel {
109
109
  try {
110
110
  const res = await this._fetch(
111
111
  `${this._serviceUrl}/${this._model}?${qs.join('&')}`,
112
- { timeout: 20000 }
112
+ { timeout: 6000 }
113
113
  );
114
114
 
115
115
  if (res.status === 403) {