Skip to content

Commit cd418d7

Browse files
Copilotvslee
andauthored
Fix Azure Pipeline timeouts for build_ci and publish_tag jobs (#886)
* Initial plan * Fix Azure Pipeline timeout from 2 to 10 minutes Co-authored-by: vslee <366757+vslee@users.noreply.github.com> * Increase publish_tag job timeout from 2 to 5 minutes Co-authored-by: vslee <366757+vslee@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: vslee <366757+vslee@users.noreply.github.com>
1 parent 4743540 commit cd418d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ variables:
4040
jobs:
4141
- job: build_ci
4242
displayName: CI Build
43-
timeoutInMinutes: 2
43+
timeoutInMinutes: 10
4444
continueOnError: false
4545
pool:
4646
vmImage: ubuntu-latest
@@ -139,7 +139,7 @@ jobs:
139139
artifactName: build-$(rid)
140140
- job: publish_tag
141141
displayName: Publish artifacts to GH
142-
timeoutInMinutes: 2
142+
timeoutInMinutes: 5
143143
dependsOn: build_tag
144144
continueOnError: false
145145
pool:

0 commit comments

Comments
 (0)