Increase timeout of Windows test job (#24881)

* double the cancel timeout of Windows test job
- no consistency in failures, maybe we have more tests now?
  - both of the runs below involved test failures but results were not uploaded
  - hang dumps were inconsistent too
- https://dev.azure.com/dnceng/public/_build/results?buildId=768850
- https://dev.azure.com/dnceng/public/_build/results?buildId=768703
This commit is contained in:
Doug Bunting 2020-08-13 21:05:05 -07:00 committed by GitHub
parent ffc0bf914a
commit 9408ed888d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -517,6 +517,8 @@ stages:
jobDisplayName: "Test: Windows Server 2016 x64"
agentOs: Windows
isTestingJob: true
# Just uploading artifacts/logs/ files can take 15 minutes. Doubling the cancel timeout for this job.
cancelTimeoutInMinutes: 30
buildArgs: -all -pack -test /p:SkipHelixReadyTests=true /p:SkipIISNewHandlerTests=true /p:SkipIISTests=true
/p:SkipIISExpressTests=true /p:SkipIISNewShimTests=true /p:RunTemplateTests=false
$(_InternalRuntimeDownloadArgs)