mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
test(command-registry): increase initialization test timeout (#15979)
Signed-off-by: Zhou Qiankang <wszqkzqk@qq.com> Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
This commit is contained in:
@@ -67,7 +67,7 @@ describe('CommandRegistry', () => {
|
|||||||
expect(mockExtensionsCommand).toHaveBeenCalled();
|
expect(mockExtensionsCommand).toHaveBeenCalled();
|
||||||
const command = commandRegistry.get('extensions');
|
const command = commandRegistry.get('extensions');
|
||||||
expect(command).toBe(mockExtensionsCommandInstance);
|
expect(command).toBe(mockExtensionsCommandInstance);
|
||||||
});
|
}, 20000);
|
||||||
|
|
||||||
it('should register sub commands on initialization', async () => {
|
it('should register sub commands on initialization', async () => {
|
||||||
const command = commandRegistry.get('extensions list');
|
const command = commandRegistry.get('extensions list');
|
||||||
|
|||||||
Reference in New Issue
Block a user