Update the TS Client Poll Timeout (#1499)
This commit is contained in:
parent
8594d2b897
commit
a69d2fedaf
|
|
@ -216,7 +216,7 @@ export class LongPollingTransport implements ITransport {
|
||||||
const pollOptions: HttpRequest = {
|
const pollOptions: HttpRequest = {
|
||||||
abortSignal: this.pollAbort.signal,
|
abortSignal: this.pollAbort.signal,
|
||||||
headers: new Map<string, string>(),
|
headers: new Map<string, string>(),
|
||||||
timeout: 120000,
|
timeout: 90000,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (transferMode === TransferMode.Binary) {
|
if (transferMode === TransferMode.Binary) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue