Skip to content

Commit 92d7cfd

Browse files
committed
Update CLI default timeout
1 parent bc59dca commit 92d7cfd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

cli/local_gateway.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class LocalGateway extends Gateway {
1010
constructor (cfg) {
1111
cfg = cfg || {};
1212
cfg.name = 'LocalGateway';
13+
cfg.defaultTimeout = 120000;
1314
super(cfg);
1415
this._maxResultLogLength = 128;
1516
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lib.cli",
3-
"version": "5.5.2",
3+
"version": "5.5.3",
44
"description": "Command Line tools for Autocode - autocode.com",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)