Update the TS Client Poll Timeout (#1499)

This commit is contained in:
Mikael Mengistu 2018-02-27 16:53:44 +00:00 committed by GitHub
parent 8594d2b897
commit a69d2fedaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ export class LongPollingTransport implements ITransport {
const pollOptions: HttpRequest = {
abortSignal: this.pollAbort.signal,
headers: new Map<string, string>(),
timeout: 120000,
timeout: 90000,
};
if (transferMode === TransferMode.Binary) {