From 9abe52af778cb518c512106a27cfcf8aa807d201 Mon Sep 17 00:00:00 2001 From: gitulisca <107976350+gitulisca@users.noreply.github.com> Date: Mon, 7 Apr 2025 10:39:02 +0000 Subject: [PATCH] Increase test 'Runs CLI' jestjs timeout --- componentDetection.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/componentDetection.test.ts b/componentDetection.test.ts index f70f21d..45be603 100644 --- a/componentDetection.test.ts +++ b/componentDetection.test.ts @@ -10,7 +10,7 @@ test("Runs CLI", async () => { await ComponentDetection.downloadLatestRelease(); await ComponentDetection.runComponentDetection("./test"); expect(fs.existsSync(ComponentDetection.outputPath)); -}, 6000); +}, 10000); test("Parses CLI output", async () => { await ComponentDetection.downloadLatestRelease();