Skip to content

Commit 9408ed8

Browse files
authored
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
1 parent ffc0bf9 commit 9408ed8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure/pipelines/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,8 @@ stages:
517517
jobDisplayName: "Test: Windows Server 2016 x64"
518518
agentOs: Windows
519519
isTestingJob: true
520+
# Just uploading artifacts/logs/ files can take 15 minutes. Doubling the cancel timeout for this job.
521+
cancelTimeoutInMinutes: 30
520522
buildArgs: -all -pack -test /p:SkipHelixReadyTests=true /p:SkipIISNewHandlerTests=true /p:SkipIISTests=true
521523
/p:SkipIISExpressTests=true /p:SkipIISNewShimTests=true /p:RunTemplateTests=false
522524
$(_InternalRuntimeDownloadArgs)

0 commit comments

Comments
 (0)