Skip to content

Commit 9abe52a

Browse files
committed
Increase test 'Runs CLI' jestjs timeout
1 parent 36f75d5 commit 9abe52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

componentDetection.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test("Runs CLI", async () => {
1010
await ComponentDetection.downloadLatestRelease();
1111
await ComponentDetection.runComponentDetection("./test");
1212
expect(fs.existsSync(ComponentDetection.outputPath));
13-
}, 6000);
13+
}, 10000);
1414

1515
test("Parses CLI output", async () => {
1616
await ComponentDetection.downloadLatestRelease();

0 commit comments

Comments
 (0)