diff --git a/packages/core/src/policy/config.test.ts b/packages/core/src/policy/config.test.ts index 32a5287113..af1b645ab7 100644 --- a/packages/core/src/policy/config.test.ts +++ b/packages/core/src/policy/config.test.ts @@ -80,7 +80,7 @@ describe('createPolicyEngineConfig', () => { // But other directories (user, default) should be there expect(calledDirs).toContain('/non/existent/user/policies'); expect(calledDirs).toContain('/tmp/mock/default/policies'); - }); + }, 30000); it('should return ASK_USER for write tools and ALLOW for read-only tools by default', async () => { const actualFs =