Skip to content

Commit 338f283

Browse files
committed
utimes debug
Signed-off-by: wthrajat <rajatkhanduri290102@gmail.com>
1 parent 2dd6e3e commit 338f283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-server/src/features/workspace-neovim.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe("Feature - workspace (neovim)", () => {
4545

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

5151
afterAll(async () => {

0 commit comments

Comments
 (0)