Skip to content

Commit

Permalink
fix(vscode-plugin): increase sleep of failing case
Browse files Browse the repository at this point in the history
  • Loading branch information
mcecode committed Jan 8, 2025
1 parent 8d4b0c5 commit 19977c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode-plugin/src/tests/suite/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('Integration >', () => {
const config = workspace.getConfiguration('harper-ls.linters');
await config.update('repeated_words', false, ConfigurationTarget.Workspace);
// Wait for `harper-ls` to update diagnostics
await sleep(250);
await sleep(300);

compareActualVsExpectedDiagnostics(
getActualDiagnostics(markdownUri),
Expand Down

0 comments on commit 19977c2

Please sign in to comment.