Skip to content

Commit 8245e54

Browse files
authored
Update extensions/ql-vscode/src/vscode-tests/no-workspace/query-history.test.ts
1 parent 7f27375 commit 8245e54

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

extensions/ql-vscode/src/vscode-tests/no-workspace/query-history.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,7 @@ describe('query-history', () => {
402402
});
403403
});
404404

405-
it('should get the selection from the treeView when both selections are empty', async function() {
406-
this.timeout(999999999);
405+
it('should get the selection from the treeView when both selections are empty', async () => {
407406
queryHistoryManager = await createMockQueryHistory(allHistory);
408407
const p = new Promise<void>(done => {
409408
queryHistoryManager!.treeView.onDidChangeSelection(s => {

0 commit comments

Comments
 (0)