From 949aa82c4c674f15308d539b074d03bbd6bfd5ba Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Fri, 24 Jan 2020 16:45:09 -0800 Subject: [PATCH] Increase crossgen-comparison job timeout (#2160) --- eng/pipelines/coreclr/templates/crossgen-comparison-job.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/eng/pipelines/coreclr/templates/crossgen-comparison-job.yml b/eng/pipelines/coreclr/templates/crossgen-comparison-job.yml index 4c032e6c19d..6ac5927a8d0 100644 --- a/eng/pipelines/coreclr/templates/crossgen-comparison-job.yml +++ b/eng/pipelines/coreclr/templates/crossgen-comparison-job.yml @@ -75,9 +75,7 @@ jobs: # Run all steps in the container. # Note that the containers are defined in platform-matrix.yml container: ${{ parameters.container }} - - ${{ if eq(parameters.testGroup, 'innerloop') }}: - timeoutInMinutes: 150 # 2.5 hrs + timeoutInMinutes: 90 # 1.5 hrs steps: @@ -150,7 +148,7 @@ jobs: HelixTargetQueues: ${{ join(' ', parameters.helixQueues) }} ${{ if ne(variables['System.TeamProject'], 'internal') }}: Creator: $(Creator) - WorkItemTimeout: 2:00 # 2 hours + WorkItemTimeout: 1:30 # 1:30 hours WorkItemDirectory: '$(artifactsDirectory)' CorrelationPayloadDirectory: '$(coreClrRepoRoot)/tests/scripts' ${{ if ne(parameters.osName, 'Windows_NT') }}: -- GitLab