From 11c8954e8e4c825ac80df824a266bc15ce289fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Wed, 31 May 2023 21:20:13 +0200 Subject: [PATCH] Increase timeouts in azure pipelines --- azure-pipelines-windows-template-qt6.yml | 1 + azure-pipelines-windows-template.yml | 1 + azure-pipelines.yml | 4 ++++ 3 files changed, 6 insertions(+) diff --git a/azure-pipelines-windows-template-qt6.yml b/azure-pipelines-windows-template-qt6.yml index af4f0905..4dcb01e3 100644 --- a/azure-pipelines-windows-template-qt6.yml +++ b/azure-pipelines-windows-template-qt6.yml @@ -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'))) }}: diff --git a/azure-pipelines-windows-template.yml b/azure-pipelines-windows-template.yml index c39b000a..bbb6309a 100644 --- a/azure-pipelines-windows-template.yml +++ b/azure-pipelines-windows-template.yml @@ -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'))) }}: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 248acbc1..ca2dc08c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'))) }}: