mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
flaky test
This commit is contained in:
parent
90c2b26733
commit
3c2803fd9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue