Skip to content

Commit 5023f91

Browse files
committed
Bump test timeouts
Necessary because we just added some extra waiting in order to ensure that config listeners have all fired.
1 parent 48df77f commit 5023f91

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

extensions/ql-vscode/src/vscode-tests/minimal-workspace/config.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ import {
1515
chai.use(chaiAsPromised);
1616
const expect = chai.expect;
1717

18-
describe('config listeners', () => {
18+
describe('config listeners', function() {
19+
// Because we are adding some extra waiting, need to bump the test timeouts.
20+
this.timeout(5000);
21+
1922
let sandbox: Sinon.SinonSandbox;
2023
beforeEach(() => {
2124
sandbox = Sinon.createSandbox();

0 commit comments

Comments
 (0)