Skip to content

Commit bf36051

Browse files
author
Dave Bartolomeo
committed
Increase timeout
1 parent dbd257e commit bf36051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const config: Config = {
88
setupFilesAfterEnv: ["<rootDir>/jest.setup.ts"],
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.
11-
testTimeout: 180_000, // 3 minutes
11+
testTimeout: 300_000, // 3 minutes
1212
};
1313

1414
export default config;

0 commit comments

Comments
 (0)