Skip to content

Commit 285a161

Browse files
committed
test: increase custom tool cache clear timeout for CI
1 parent 45fd97f commit 285a161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)