Skip to content

Commit 5ee0365

Browse files
committed
Increase max runtime for CI pipeline jobs
1 parent 3094c97 commit 5ee0365

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build/pipelines/azure-pipelines.ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
pool:
3636
vmImage: 'windows-latest'
3737
dependsOn: waitForRunningBuilds
38-
timeoutInMinutes: 120
38+
timeoutInMinutes: 240
3939
steps:
4040
- template: ./templates/verify-testConfigSettingsHash.yaml
4141
parameters:
@@ -56,7 +56,7 @@ jobs:
5656
pool:
5757
vmImage: 'windows-latest'
5858
dependsOn: waitForRunningBuilds
59-
timeoutInMinutes: 120
59+
timeoutInMinutes: 240
6060
steps:
6161
- template: ./templates/verify-testConfigSettingsHash.yaml
6262
- template: ./templates/run-staticAnalysis.yaml
@@ -72,7 +72,7 @@ jobs:
7272
pool:
7373
vmImage: 'ubuntu-latest'
7474
dependsOn: waitForRunningBuilds
75-
timeoutInMinutes: 120
75+
timeoutInMinutes: 240
7676
steps:
7777
- template: ./templates/verify-testConfigSettingsHash.yaml
7878
- template: ./templates/run-staticAnalysis.yaml
@@ -88,7 +88,7 @@ jobs:
8888
pool:
8989
vmImage: 'macOS-latest'
9090
dependsOn: waitForRunningBuilds
91-
timeoutInMinutes: 120
91+
timeoutInMinutes: 240
9292
steps:
9393
- template: ./templates/verify-testConfigSettingsHash.yaml
9494
- template: ./templates/run-staticAnalysis.yaml

build/pipelines/azure-pipelines.release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- job: Validate
2929
pool:
3030
vmImage: 'windows-latest'
31-
timeoutInMinutes: 120
31+
timeoutInMinutes: 240
3232
steps:
3333
- template: ./templates/run-staticAnalysis.yaml
3434
- template: ./templates/run-unitTests.yaml

0 commit comments

Comments
 (0)