We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992a836 commit 8bb0085Copy full SHA for 8bb0085
extensions/ql-vscode/test/vscode-tests/cli-integration/jest.config.ts
@@ -9,6 +9,8 @@ const config: Config = {
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
12
+ // Ensure that Jest exits even when there are some remaining handles open
13
+ forceExit: true,
14
};
15
16
export default config;
0 commit comments