diff --git a/eng/pipelines/coreclr/templates/crossgen-comparison-job.yml b/eng/pipelines/coreclr/templates/crossgen-comparison-job.yml index 4c032e6c19de5dbf2451603e0a88b9043bcb7110..6ac5927a8d03eb54bae8450ad70ebc4f785b38c6 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') }}: