From 7be35e708689407dd3d7d248e07e4ce28e693ccb Mon Sep 17 00:00:00 2001 From: Swarit Pandey Date: Tue, 10 Sep 2024 17:39:22 +0000 Subject: [PATCH] fix: increase timeout --- src/post/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/post/index.ts b/src/post/index.ts index c2fbbd0..1446c01 100644 --- a/src/post/index.ts +++ b/src/post/index.ts @@ -234,7 +234,7 @@ async function run(): Promise { try { await new Promise((resolve) => { stopKnoxctlScan(); - setTimeout(resolve, 5000); + setTimeout(resolve, 10000); }); const outputDir = getOutputDir();