Skip to content

Commit 19977c2

Browse files
committed
fix(vscode-plugin): increase sleep of failing case
1 parent 8d4b0c5 commit 19977c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vscode-plugin/src/tests/suite/integration.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('Integration >', () => {
4848
const config = workspace.getConfiguration('harper-ls.linters');
4949
await config.update('repeated_words', false, ConfigurationTarget.Workspace);
5050
// Wait for `harper-ls` to update diagnostics
51-
await sleep(250);
51+
await sleep(300);
5252

5353
compareActualVsExpectedDiagnostics(
5454
getActualDiagnostics(markdownUri),

0 commit comments

Comments
 (0)