Skip to content

Commit

Permalink
Allow 5000ms for code coverage test (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
markwpearce authored Aug 19, 2024
1 parent e4f8614 commit 4b08ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsc-plugin/src/lib/rooibos/CodeCoverageProcessor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ describe('RooibosPlugin', () => {
end function
`);
expect(a).to.equal(b);
});
}).timeout(5000);

it('excludes files from coverage', async () => {
const source = `sub foo()
Expand Down

0 comments on commit 4b08ac8

Please sign in to comment.