From cd22d3d1ab252dc84d1cf67e643dad0020003466 Mon Sep 17 00:00:00 2001 From: Val Alexander <68980965+BunsDev@users.noreply.github.com> Date: Mon, 4 May 2026 04:05:32 -0500 Subject: [PATCH] test(plugin-sdk): stabilize file lock retry budget --- src/plugin-sdk/file-lock.test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugin-sdk/file-lock.test.ts b/src/plugin-sdk/file-lock.test.ts index ca3611f5e21..fa649a3ac24 100644 --- a/src/plugin-sdk/file-lock.test.ts +++ b/src/plugin-sdk/file-lock.test.ts @@ -42,9 +42,6 @@ describe("acquireFileLock", () => { JSON.stringify({ pid: process.pid, createdAt: new Date().toISOString() }, null, 2), "utf8", ); - setTimeout(() => { - void fs.rm(lockPath, { force: true }); - }, 50); await expect(acquireFileLock(filePath, options)).rejects.toSatisfy((error) => { expect(error).toMatchObject({