Skip to content

Commit

Permalink
utimes debug
Browse files Browse the repository at this point in the history
Signed-off-by: wthrajat <rajatkhanduri290102@gmail.com>
  • Loading branch information
wthrajat committed Jul 1, 2024
1 parent 338f283 commit c568f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language-server/src/features/workspace-neovim.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe("Feature - workspace (neovim)", () => {

// Block for a while to allow InitializedNotification time to finish.
// This is only needed for the node-based workspace watching used for neovim
await wait(10000); // Increased wait time for reliability on Windows
await wait(1000); // Increased wait time for reliability on Windows
});

afterAll(async () => {
Expand Down

0 comments on commit c568f01

Please sign in to comment.