Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 1eb887d

Browse files
committed
test(core): increase timeout for CustomToolRegistry clearCache test
1 parent 7083b1a commit 1eb887d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/custom-tools/__tests__/custom-tool-registry.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ describe("CustomToolRegistry", () => {
281281
const result = await registry.loadFromDirectory(TEST_FIXTURES_DIR)
282282

283283
expect(result.loaded).toContain("cached")
284-
}, 30000)
284+
}, 120_000)
285285
})
286286

287287
describe.sequential("loadFromDirectories", () => {

0 commit comments

Comments
 (0)