mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: increase clearCache test timeout to 60s
This commit is contained in:
parent
e0f1b29cfb
commit
c418a830f0
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ describe("CustomToolRegistry", () => {
|
|||
const result = await registry.loadFromDirectory(TEST_FIXTURES_DIR)
|
||||
|
||||
expect(result.loaded).toContain("cached")
|
||||
}, 30000)
|
||||
}, 60000)
|
||||
})
|
||||
|
||||
describe.sequential("loadFromDirectories", () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue