Increase poll timeout in TS client (#2737)

This commit is contained in:
BrennanConroy 2018-08-06 19:14:44 -07:00 committed by GitHub
parent 104453e35b
commit 31b6ad69ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {