scripts/api-extractor: increase cli exec timeout and buffer size
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -1096,7 +1096,8 @@ function createBinRunner(cwd: string, path: string) {
|
||||
{
|
||||
cwd,
|
||||
shell: true,
|
||||
timeout: 5000,
|
||||
timeout: 30000,
|
||||
maxBuffer: 1024 * 1024,
|
||||
},
|
||||
(err, stdout, stderr) => {
|
||||
if (err) {
|
||||
|
||||
Reference in New Issue
Block a user