From b0f4323e4912d70463ebd09703057a05e73dc252 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 4 Jul 2022 10:36:25 +0200 Subject: [PATCH] api-extractor: give cli commands even more time Signed-off-by: Patrik Oldsberg --- scripts/api-extractor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/api-extractor.ts b/scripts/api-extractor.ts index cfa2fe270e..0d40ebb60a 100644 --- a/scripts/api-extractor.ts +++ b/scripts/api-extractor.ts @@ -1096,7 +1096,7 @@ function createBinRunner(cwd: string, path: string) { { cwd, shell: true, - timeout: 30000, + timeout: 60000, maxBuffer: 1024 * 1024, }, (err, stdout, stderr) => {