Increase poll timeout in TS client (#2737)
This commit is contained in:
parent
104453e35b
commit
31b6ad69ae
|
|
@ -59,7 +59,7 @@ export class LongPollingTransport implements ITransport {
|
|||
const pollOptions: HttpRequest = {
|
||||
abortSignal: this.pollAbort.signal,
|
||||
headers: {},
|
||||
timeout: 90000,
|
||||
timeout: 100000,
|
||||
};
|
||||
|
||||
if (transferFormat === TransferFormat.Binary) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue