Skip to content

Commit ba09180

Browse files
committed
test: remove timeout increase
1 parent a3694d6 commit ba09180

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/vscode/src/test/formatting.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import { openAndShowTextDocument, wait, WORKSPACE_PATH } from "./test-utils";
55

66
suite("Code Block Formatting", function () {
77
test("Format Python code block", async function () {
8-
this.timeout(30000); // Increase timeout to 30 seconds for extension installation and formatting
9-
108
// Ensure Black formatter extension is installed
119
// await vscode.commands.executeCommand("workbench.extensions.installExtension", "ms-python.black-formatter");
1210
// await wait(1000);

0 commit comments

Comments
 (0)