We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f6102 commit fb5612fCopy full SHA for fb5612f
eng/pipelines/templates/jobs/ci.yml
@@ -64,6 +64,13 @@ parameters:
64
65
jobs:
66
- 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
74
75
variables:
76
# The ServiceDirectory is an identifier. The pullrequest's ServiceDirectory of
0 commit comments