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'))) }}:

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'))) }}:

View File

@ -47,6 +47,7 @@ jobs:
#
- job: Linux
timeoutInMinutes: 90
dependsOn: CodeFormatValidation
pool:
vmImage: 'ubuntu-22.04'
@ -87,6 +88,7 @@ jobs:
#
- job: Linux_qt6
timeoutInMinutes: 90
dependsOn: CodeFormatValidation
pool:
vmImage: 'ubuntu-22.04'
@ -113,6 +115,7 @@ jobs:
#
- job: MacOS_qt6
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'))) }}:
@ -171,6 +174,7 @@ jobs:
#
- job: MacOS
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'))) }}: