Skip to content

Commit

Permalink
increase helix timeouts (#3509)
Browse files Browse the repository at this point in the history
  • Loading branch information
danmoseley authored Apr 9, 2024
1 parent b43f91d commit 4d75696
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/azure-pipelines-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ stages:

- job: Windows
# timeout accounts for wait times for helix agents up to 30mins
timeoutInMinutes: 60
timeoutInMinutes: 90

pool:
name: $(DncEngPublicBuildPool)
Expand Down Expand Up @@ -104,7 +104,7 @@ stages:

- job: Linux
# timeout accounts for wait times for helix agents up to 30mins
timeoutInMinutes: 60
timeoutInMinutes: 90

pool:
name: $(DncEngPublicBuildPool)
Expand Down
4 changes: 2 additions & 2 deletions eng/pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ extends:

- job: Windows
# timeout accounts for wait times for helix agents up to 30mins
timeoutInMinutes: 60
timeoutInMinutes: 90

pool:
name: NetCore1ESPool-Internal
Expand Down Expand Up @@ -170,7 +170,7 @@ extends:
- ${{ if eq(variables._RunAsPublic, True) }}:
- job: Linux
# timeout accounts for wait times for helix agents up to 30mins
timeoutInMinutes: 60
timeoutInMinutes: 90

pool:
name: NetCore1ESPool-Internal
Expand Down

0 comments on commit 4d75696

Please sign in to comment.