api-extractor: give cli commands even more time
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -1096,7 +1096,7 @@ function createBinRunner(cwd: string, path: string) {
|
||||
{
|
||||
cwd,
|
||||
shell: true,
|
||||
timeout: 30000,
|
||||
timeout: 60000,
|
||||
maxBuffer: 1024 * 1024,
|
||||
},
|
||||
(err, stdout, stderr) => {
|
||||
|
||||
Reference in New Issue
Block a user