mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 06:12:26 +00:00
ignore: flaky test be a lil less flaky plz
This commit is contained in:
@@ -46,7 +46,7 @@ describe("tool.bash", () => {
|
||||
ctx,
|
||||
)
|
||||
// Give time for permission to be asked
|
||||
await new Promise((resolve) => setTimeout(resolve, 100))
|
||||
await new Promise((resolve) => setTimeout(resolve, 1000))
|
||||
expect(Permission.pending()[ctx.sessionID]).toBeDefined()
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user