Skip to content

Commit b05732a

Browse files
committed
testign 30ms for CI
1 parent 9e5ec51 commit b05732a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-server/src/test-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export const initializeServer = async (client, initParams = {}, settings = null)
8585
// TODO: This is a hack. Find a way to know when initialized is finished
8686
// Block for a while to allow InitializedNotification time to finish
8787
await new Promise((resolve) => {
88-
setTimeout(resolve, 20);
88+
setTimeout(resolve, 30);
8989
});
9090

9191
return response.capabilities;

0 commit comments

Comments
 (0)