Skip to content

Commit 1419ff2

Browse files
committed
Raise timeout of queries tests
1 parent e95e4a3 commit 1419ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/test/vscode-tests/cli-integration/queries.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { QueryResultType } from "../../../src/pure/new-messages";
2727
import { createVSCodeCommandManager } from "../../../src/common/vscode/commands";
2828
import { AllCommands, QueryServerCommands } from "../../../src/common/commands";
2929

30-
jest.setTimeout(20_000);
30+
jest.setTimeout(60_000);
3131

3232
/**
3333
* Integration tests for queries

0 commit comments

Comments
 (0)