We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc59dca commit 92d7cfdCopy full SHA for 92d7cfd
2 files changed
cli/local_gateway.js
@@ -10,6 +10,7 @@ class LocalGateway extends Gateway {
10
constructor (cfg) {
11
cfg = cfg || {};
12
cfg.name = 'LocalGateway';
13
+ cfg.defaultTimeout = 120000;
14
super(cfg);
15
this._maxResultLogLength = 128;
16
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lib.cli",
3
- "version": "5.5.2",
+ "version": "5.5.3",
4
"description": "Command Line tools for Autocode - autocode.com",
5
"main": "index.js",
6
"scripts": {
0 commit comments