mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
test(core): increase timeout for policy config tests to fix CI failure
This commit is contained in:
@@ -80,7 +80,7 @@ describe('createPolicyEngineConfig', () => {
|
|||||||
// But other directories (user, default) should be there
|
// But other directories (user, default) should be there
|
||||||
expect(calledDirs).toContain('/non/existent/user/policies');
|
expect(calledDirs).toContain('/non/existent/user/policies');
|
||||||
expect(calledDirs).toContain('/tmp/mock/default/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 () => {
|
it('should return ASK_USER for write tools and ALLOW for read-only tools by default', async () => {
|
||||||
const actualFs =
|
const actualFs =
|
||||||
|
|||||||
Reference in New Issue
Block a user