Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham committed Aug 16, 2022
1 parent a26cab7 commit fc1e91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scopes/component/snapping/snapping.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('Snapping aspect', () => {
const compiler: CompilerMain = await loadAspect(CompilerAspect, workspacePath);
await compiler.compileOnWorkspace();
snapping = await loadAspect(SnappingAspect, workspacePath);
});
}, 50000);
it('tag should throw an ComponentsHaveIssues error', async () => {
try {
await snapping.tag({ ids: ['comp1'] });
Expand Down

0 comments on commit fc1e91d

Please sign in to comment.