test(core): increase timeout for policy config tests to fix CI failure

This commit is contained in:
Yuna Seol
2026-02-10 12:55:46 -05:00
committed by Yuna Seol
parent b4df1183ba
commit 1cbd28497a

View File

@@ -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 =