Skip to content

Commit 3d39a37

Browse files
Bump timeout for workloads build job (#57721)
We're seeing it sometimes timing out on official builds. Co-authored-by: Alexander Köplinger <[email protected]>
1 parent f2b270c commit 3d39a37

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

eng/pipelines/runtime-official.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ stages:
373373
- Linux_x64
374374

375375
#
376-
# Build Blazor Workload
376+
# Build Workloads
377377
#
378378
- template: /eng/pipelines/common/platform-matrix.yml
379379
parameters:
@@ -383,6 +383,7 @@ stages:
383383
- windows_x64
384384
jobParameters:
385385
isOfficialBuild: ${{ variables.isOfficialBuild }}
386+
timeoutInMinutes: 120
386387
dependsOn:
387388
- Build_Android_arm_release_AllSubsets_Mono
388389
- Build_Android_arm64_release_AllSubsets_Mono

0 commit comments

Comments
 (0)