Increase timeouts in azure pipelines

This commit is contained in:
Luis Ángel San Martín
2023-05-31 21:20:13 +02:00
parent 1bf0c1ff67
commit 11c8954e8e
3 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,7 @@ parameters:
jobs:
- job: ${{ parameters.name }}
timeoutInMinutes: 90
dependsOn: CodeFormatValidation
variables:
- ${{ if and(eq(variables['System.TeamFoundationCollectionUri'], 'https://dev.azure.com/luisangelsm/'), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['Build.SourceBranch'], 'refs/heads/develop'))) }}: