Merge pull request #12401 from backstage/rugvip/time

api-extractor: give cli commands even more time
This commit is contained in:
Patrik Oldsberg
2022-07-04 11:45:46 +02:00
committed by GitHub
+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) => {