mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-15 00:21:09 -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
|
||||
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 =
|
||||
|
||||
Reference in New Issue
Block a user