From 3c2803fd9ac3a63c341f4f3858c2b44f9e8ac3e2 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 6 Nov 2025 13:05:53 -0500 Subject: [PATCH] flaky test --- packages/opencode/test/tool/patch.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/opencode/test/tool/patch.test.ts b/packages/opencode/test/tool/patch.test.ts index 141759db..bf3c02e0 100644 --- a/packages/opencode/test/tool/patch.test.ts +++ b/packages/opencode/test/tool/patch.test.ts @@ -62,7 +62,7 @@ describe("tool.patch", () => { *** End Patch` patchTool.execute({ patchText: maliciousPatch }, ctx) // TODO: this sucks - await new Promise((resolve) => setTimeout(resolve, 100)) + await new Promise((resolve) => setTimeout(resolve, 1000)) expect(Permission.pending()[ctx.sessionID]).toBeDefined() }, })