flaky test

This commit is contained in:
Dax Raad
2025-11-06 13:05:53 -05:00
parent 90c2b26733
commit 3c2803fd9a

View File

@@ -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()
},
})