diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2021-11-19 11:53:00 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-11-29 07:33:52 +0000 |
commit | 76a1ce4d5fec7cd6906e6ea4ed6a4276b700e7ae (patch) | |
tree | f3f9325f06de359eafe01b9bcb34e90cd34bd844 /.azurepipelines | |
parent | 99f84ff473908761e8520d6c9e8e214ebf9b190c (diff) | |
download | edk2-76a1ce4d5fec7cd6906e6ea4ed6a4276b700e7ae.tar.gz |
.azurepipelines/templates: Update max pipeline job time to 2 hours
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3750
Large patches that modify a large number of files(e.g uncrustify)
take longer to process through CI checks such as ECC. Increase
the max job time from 1 hour to 2 hours to accommodate larger patch
series.
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Michael Kubacki <michael.kubacki@microsoft.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
Diffstat (limited to '.azurepipelines')
-rw-r--r-- | .azurepipelines/templates/pr-gate-build-job.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azurepipelines/templates/pr-gate-build-job.yml b/.azurepipelines/templates/pr-gate-build-job.yml index d5b16c127f..244cffdbfa 100644 --- a/.azurepipelines/templates/pr-gate-build-job.yml +++ b/.azurepipelines/templates/pr-gate-build-job.yml @@ -17,7 +17,7 @@ parameters: jobs:
- job: Build_${{ parameters.tool_chain_tag }}
-
+ timeoutInMinutes: 120
#Use matrix to speed up the build process
strategy:
matrix:
|