Skip to content

Commit 323d996

Browse files
authored
Increase timeout for cmake activation tests (#1708)
1 parent 9153c00 commit 323d996

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/integration-tests/ExtensionActivation.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ suite("Extension Activation/Deactivation Tests", () => {
101101
});
102102
});
103103

104-
suite("Activates for cmake projects", () => {
104+
suite("Activates for cmake projects", function () {
105+
this.timeout(60000);
106+
105107
let workspaceContext: WorkspaceContext;
106108

107109
activateExtensionForTest({

0 commit comments

Comments
 (0)