Skip to content

Commit f7e7705

Browse files
committed
test(int): increase delay for integration lsp test
1 parent 1fe478a commit f7e7705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/lsp-client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ suite('Language Server integration tests', () => {
4949

5050
test('Restart the Language Server', async () => {
5151
await server['restartLS']();
52-
await delay(3000); // wait for server to initialize
52+
await delay(6000); // wait for server to initialize
5353

5454
const ref = {
5555
capabilities: {

0 commit comments

Comments
 (0)