Skip to content

Commit

Permalink
SPMI: Increase timeout for superpmi-diffs job (#103631)
Browse files Browse the repository at this point in the history
We are seeing x86 Helix jobs waiting multiple hours before they start
running, which can result in us hitting this timeout.

Fix #103505
  • Loading branch information
jakobbotsch committed Jun 19, 2024
1 parent 0708f16 commit a33eb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/coreclr/templates/superpmi-diffs-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parameters:
osSubgroup: '' # optional -- operating system subgroup
condition: true
pool: ''
timeoutInMinutes: 240 # build timeout
timeoutInMinutes: 360 # build timeout
variables: {}
helixQueues: ''
runJobTemplate: '/eng/pipelines/coreclr/templates/run-superpmi-diffs-job.yml'
Expand Down

0 comments on commit a33eb5c

Please sign in to comment.