We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4b0c5 commit 19977c2Copy full SHA for 19977c2
packages/vscode-plugin/src/tests/suite/integration.test.ts
@@ -48,7 +48,7 @@ describe('Integration >', () => {
48
const config = workspace.getConfiguration('harper-ls.linters');
49
await config.update('repeated_words', false, ConfigurationTarget.Workspace);
50
// Wait for `harper-ls` to update diagnostics
51
- await sleep(250);
+ await sleep(300);
52
53
compareActualVsExpectedDiagnostics(
54
getActualDiagnostics(markdownUri),
0 commit comments