We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f75d5 commit 9abe52aCopy full SHA for 9abe52a
componentDetection.test.ts
@@ -10,7 +10,7 @@ test("Runs CLI", async () => {
10
await ComponentDetection.downloadLatestRelease();
11
await ComponentDetection.runComponentDetection("./test");
12
expect(fs.existsSync(ComponentDetection.outputPath));
13
-}, 6000);
+}, 10000);
14
15
test("Parses CLI output", async () => {
16
0 commit comments