Skip to content

Commit

Permalink
Wait more (#3035)
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki authored Jun 20, 2023
1 parent 7f44fe6 commit 342c897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/suite/format.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export async function format(
if (text !== actual) {
break;
}
await wait(150);

This comment has been minimized.

Copy link
@karenpommeroy

karenpommeroy Aug 10, 2023

My guess is this introduced bug:
#3112

(referenced in multiple other comments as well)

await wait(250);
await vscode.commands.executeCommand("editor.action.formatDocument");
actual = doc.getText();
}
Expand Down

0 comments on commit 342c897

Please sign in to comment.