Skip to content

Commit

Permalink
tsta
Browse files Browse the repository at this point in the history
  • Loading branch information
KostkaBrukowa committed Apr 26, 2024
1 parent c336662 commit b527c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/plugin/utils/getDiagnostics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function getDiagnostics(projectPath: string, filePath: string) {

await server.waitEvent('projectLoadingFinish');

server.send({ command: 'geterr', arguments: { files: [file], delay: 0 } });
server.send({ command: 'geterr', arguments: { files: [file], delay: 10 } });

await server.waitEvent('semanticDiag');

Expand Down

0 comments on commit b527c51

Please sign in to comment.