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:
wszqkzqk
2026-01-09 07:46:29 +08:00
committed by GitHub
parent a7f758eb3a
commit 84710b1953

View File

@@ -67,7 +67,7 @@ describe('CommandRegistry', () => {
expect(mockExtensionsCommand).toHaveBeenCalled();
const command = commandRegistry.get('extensions');
expect(command).toBe(mockExtensionsCommandInstance);
});
}, 20000);
it('should register sub commands on initialization', async () => {
const command = commandRegistry.get('extensions list');