Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit d8e6f57

Browse files
author
azlam-abdulsalam
committed
fix(tests):fix flakines by increasing timeout
1 parent e4ec3c3 commit d8e6f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apexlink/tests/ApexDependencyCheckImpl.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe('Given a directory with apex classes, ', () => {
1010
let result = await apexLinkImpl.execute();
1111
expect(result.dependencies).toContainEqual({ "name": "AlwaysEnabledFeature", "dependencies": ["Feature"]});
1212

13-
});
13+
},30000);
1414
});
1515

1616
describe('Given a directory with no apex classes, ', () => {

0 commit comments

Comments
 (0)