We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd257e commit bf36051Copy full SHA for bf36051
1 file changed
extensions/ql-vscode/test/vscode-tests/cli-integration/jest.config.ts
@@ -8,7 +8,7 @@ const config: Config = {
8
setupFilesAfterEnv: ["<rootDir>/jest.setup.ts"],
9
// CLI integration tests call into the CLI and execute queries, so these are expected to take a lot longer
10
// than the default 5 seconds.
11
- testTimeout: 180_000, // 3 minutes
+ testTimeout: 300_000, // 3 minutes
12
};
13
14
export default config;
0 commit comments