Increase test 'Runs CLI' jestjs timeout

This commit is contained in:
gitulisca
2025-04-07 10:39:02 +00:00
parent 36f75d5c4d
commit 9abe52af77
+1 -1
View File
@@ -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();