api-extractor: give cli commands even more time

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-07-04 10:36:25 +02:00
parent f277122357
commit b0f4323e49
+1 -1
View File
@@ -1096,7 +1096,7 @@ function createBinRunner(cwd: string, path: string) {
{
cwd,
shell: true,
timeout: 30000,
timeout: 60000,
maxBuffer: 1024 * 1024,
},
(err, stdout, stderr) => {