Skip to content

Commit fb5612f

Browse files
authored
Increase the default timeout for the build job (Azure#45311)
* Increase the default timeout for the build job * fix comment grammar
1 parent c9f6102 commit fb5612f

File tree

1 file changed

+7
-0
lines changed
  • eng/pipelines/templates/jobs

1 file changed

+7
-0
lines changed

eng/pipelines/templates/jobs/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ parameters:
6464

6565
jobs:
6666
- job: 'Build'
67+
# This timeout is being set high because some tasks in the pullrequest pipeline
68+
# run longer depending on the number of libraries being affected. For example,
69+
# a version increment for core or identity, AKA something that has a lot of
70+
# dependent libraries, which will cause a large number of pom file updates (100+).
71+
# All of these updates need to get scanned for API changes which can take a while,
72+
# and the default timeout of 60 minutes is just simply not enough.
73+
timeoutInMinutes: 120
6774

6875
variables:
6976
# The ServiceDirectory is an identifier. The pullrequest's ServiceDirectory of

0 commit comments

Comments
 (0)