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

This commit is contained in:
Andrew Eisenberg
2022-06-20 08:00:31 -07:00
committed by GitHub
parent 7f27375d17
commit 8245e54e9c

View File

@@ -402,8 +402,7 @@ describe('query-history', () => {
});
});
it('should get the selection from the treeView when both selections are empty', async function() {
this.timeout(999999999);
it('should get the selection from the treeView when both selections are empty', async () => {
queryHistoryManager = await createMockQueryHistory(allHistory);
const p = new Promise<void>(done => {
queryHistoryManager!.treeView.onDidChangeSelection(s => {