We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5026f commit 430bcd0Copy full SHA for 430bcd0
1 file changed
extensions/ql-vscode/src/vscode-tests/cli-integration/legacy-query.test.ts
@@ -98,7 +98,7 @@ const db: messages.Dataset = {
98
workingSet: "default",
99
};
100
101
-jest.setTimeout(20_000);
+jest.setTimeout(60_000);
102
103
describeWithCodeQL()("using the legacy query server", () => {
104
const nullProgressReporter: ProgressReporter = {
0 commit comments