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:
parent
ffc0bf914a
commit
9408ed888d
|
|
@ -517,6 +517,8 @@ stages:
|
||||||
jobDisplayName: "Test: Windows Server 2016 x64"
|
jobDisplayName: "Test: Windows Server 2016 x64"
|
||||||
agentOs: Windows
|
agentOs: Windows
|
||||||
isTestingJob: true
|
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
|
buildArgs: -all -pack -test /p:SkipHelixReadyTests=true /p:SkipIISNewHandlerTests=true /p:SkipIISTests=true
|
||||||
/p:SkipIISExpressTests=true /p:SkipIISNewShimTests=true /p:RunTemplateTests=false
|
/p:SkipIISExpressTests=true /p:SkipIISNewShimTests=true /p:RunTemplateTests=false
|
||||||
$(_InternalRuntimeDownloadArgs)
|
$(_InternalRuntimeDownloadArgs)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue