Skip to content

Commit

Permalink
Bump timeout in runtime-dev-innerloop to 90min
Browse files Browse the repository at this point in the history
Mitigates reported issues: #49309.
  • Loading branch information
ViktorHofer authored Mar 10, 2021
1 parent 21c7397 commit 055da7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/pipelines/global-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
parameters:
jobTemplate: /eng/pipelines/common/global-build-job.yml
buildConfig: release
timeoutInMinutes: 90
platforms:
- windows_x86
- OSX_x64
Expand All @@ -51,6 +52,7 @@ jobs:
parameters:
jobTemplate: /eng/pipelines/common/global-build-job.yml
buildConfig: debug
timeoutInMinutes: 90
platforms:
- Linux_x64
jobParameters:
Expand All @@ -66,6 +68,7 @@ jobs:
parameters:
jobTemplate: /eng/pipelines/common/global-build-job.yml
buildConfig: debug
timeoutInMinutes: 90
platforms:
- Linux_x64
jobParameters:
Expand All @@ -81,6 +84,7 @@ jobs:
parameters:
jobTemplate: /eng/pipelines/common/global-build-job.yml
buildConfig: debug
timeoutInMinutes: 90
platforms:
- windows_x64
jobParameters:
Expand All @@ -95,6 +99,7 @@ jobs:
parameters:
jobTemplate: /eng/pipelines/common/global-build-job.yml
buildConfig: release
timeoutInMinutes: 90
platforms:
- Linux_x64
jobParameters:
Expand Down

0 comments on commit 055da7f

Please sign in to comment.