Skip to content

Commit

Permalink
Increase timeout in test/e2e/__tests__/restart.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Aug 26, 2024
1 parent a06280a commit 56e33bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/__tests__/restart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('Restart command', () => {

assert.equal(languages.getDiagnostics(document.uri).length, 0);

const diagnostics2 = await waitForDiagnostics(document, { timeout: 10000 });
const diagnostics2 = await waitForDiagnostics(document, { timeout: 20000 });

assert.deepEqual(diagnostics2, diagnostics1);
});
Expand Down

0 comments on commit 56e33bc

Please sign in to comment.