increase http timeout for artifacts uploading (#2571)

This commit is contained in:
Konstantin Satunin 2020-10-08 09:12:22 +03:00 committed by GitHub
parent 7f78dd797e
commit 30b526c307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,8 @@ jobs:
variables:
system.debug: true
WORKERS_NUMBER: 8
VSTS_HTTP_RETRY: 5
VSTS_HTTP_TIMEOUT: 200
BUILD_TYPE: Release
REPO_DIR: $(Build.Repository.LocalPath)
WORK_DIR: $(Pipeline.Workspace)/_w

View File

@ -7,6 +7,8 @@ jobs:
variables:
system.debug: true
WORKERS_NUMBER: 3
VSTS_HTTP_RETRY: 5
VSTS_HTTP_TIMEOUT: 200
BUILD_TYPE: Release
REPO_DIR: $(Build.Repository.LocalPath)
WORK_DIR: $(Pipeline.Workspace)/_w

View File

@ -7,6 +7,8 @@ jobs:
variables:
system.debug: true
WORKERS_NUMBER: 8
VSTS_HTTP_RETRY: 5
VSTS_HTTP_TIMEOUT: 200
BUILD_TYPE: Release
REPO_DIR: $(Build.Repository.LocalPath)
WORK_DIR: $(Pipeline.Workspace)\_w