Skip to content

Commit

Permalink
test: ✅ bump test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Jan 25, 2022
1 parent 9b2b16b commit d18e59c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/package.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2637,7 +2637,9 @@ describe('MarkdownProcessor', () => {
});
});

describe('version', () => {
describe('version', function () {
this.timeout(5000);

let dir: tmp.DirResult;
const fixtureFolder = fixture('vsixmanifest');
let cwd: string;
Expand Down

0 comments on commit d18e59c

Please sign in to comment.