mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-01 07:24:38 -07:00
fix(core): reduce default API timeout to 60s and enable retries for undici timeouts (#26191)
This commit is contained in:
@@ -209,7 +209,7 @@ describe('fetch utils', () => {
|
||||
expect(ProxyAgent).toHaveBeenCalledWith({
|
||||
uri: proxyUrl,
|
||||
headersTimeout: 45773134,
|
||||
bodyTimeout: 45773134,
|
||||
bodyTimeout: 300000,
|
||||
});
|
||||
expect(setGlobalDispatcher).toHaveBeenCalled();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user