Skip to content

Commit

Permalink
Reduce timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
badsyntax committed May 19, 2020
1 parent 86fc2b6 commit 4e90caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/test/testUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function createTestRunner(pattern: string) {
// Create the mocha test
const mocha = new Mocha({
ui: 'bdd',
timeout: 90000,
timeout: 10000,
color: true,
});
mocha.bail(true);
Expand Down

0 comments on commit 4e90caf

Please sign in to comment.