Skip to content

Commit

Permalink
Bump timeout for workloads build job (#57637)
Browse files Browse the repository at this point in the history
We're seeing it sometimes timing out on official builds.
  • Loading branch information
akoeplinger authored Aug 18, 2021
1 parent 49c74ee commit 44e2cf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ stages:
- Linux_x64

#
# Build Blazor Workload
# Build Workloads
#
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
Expand All @@ -383,6 +383,7 @@ stages:
- windows_x64
jobParameters:
isOfficialBuild: ${{ variables.isOfficialBuild }}
timeoutInMinutes: 120
dependsOn:
- Build_Android_arm_release_AllSubsets_Mono
- Build_Android_arm64_release_AllSubsets_Mono
Expand Down

0 comments on commit 44e2cf3

Please sign in to comment.