scripts/api-extractor: increase cli exec timeout and buffer size

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-06-23 16:44:17 +02:00
parent 480dae16c8
commit c1f4ad85d5
+2 -1
View File
@@ -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) {