Skip to content

Commit 8bb0085

Browse files
committed
Enable forceExit for CLI tests
1 parent 992a836 commit 8bb0085

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extensions/ql-vscode/test/vscode-tests/cli-integration/jest.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ const config: Config = {
99
// CLI integration tests call into the CLI and execute queries, so these are expected to take a lot longer
1010
// than the default 5 seconds.
1111
testTimeout: 180_000, // 3 minutes
12+
// Ensure that Jest exits even when there are some remaining handles open
13+
forceExit: true,
1214
};
1315

1416
export default config;

0 commit comments

Comments
 (0)