fix(core): reduce default API timeout to 60s and enable retries for undici timeouts (#26191)

This commit is contained in:
Adib234
2026-04-29 16:05:45 -04:00
committed by GitHub
parent 25f422d0e4
commit 99235fc59d
4 changed files with 33 additions and 9 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ describe('fetch utils', () => {
expect(ProxyAgent).toHaveBeenCalledWith({
uri: proxyUrl,
headersTimeout: 45773134,
bodyTimeout: 45773134,
bodyTimeout: 300000,
});
expect(setGlobalDispatcher).toHaveBeenCalled();
});