Skip to content

Commit 5f0610e

Browse files
authored
Extending build timeout (#1910)
1 parent c0887d5 commit 5f0610e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ stages:
9898
jobs:
9999

100100
- job: windows
101-
timeoutInMinutes: 30
101+
timeoutInMinutes: 45
102102

103103
pool:
104104
${{ if eq(variables['System.TeamProject'], 'public') }}:
@@ -131,7 +131,7 @@ stages:
131131

132132
- ${{ if eq(variables._RunAsPublic, True) }}:
133133
- job: linux
134-
timeoutInMinutes: 30
134+
timeoutInMinutes: 45
135135

136136
pool:
137137
${{ if eq(variables['System.TeamProject'], 'public') }}:

0 commit comments

Comments
 (0)