From 6bb82234e25b983840ac8dc6fe5f7e73569db921 Mon Sep 17 00:00:00 2001 From: Adam Yoblick Date: Thu, 10 Aug 2023 13:06:53 -0500 Subject: [PATCH] Increase timeouts even more --- azure-pipelines/linux-coverage.yaml | 2 +- azure-pipelines/mac-coverage.yaml | 2 +- azure-pipelines/win-coverage.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines/linux-coverage.yaml b/azure-pipelines/linux-coverage.yaml index 533d51e9..9757a681 100644 --- a/azure-pipelines/linux-coverage.yaml +++ b/azure-pipelines/linux-coverage.yaml @@ -4,7 +4,7 @@ variables: jobs: - job: "Coverage" - timeoutInMinutes: 30 + timeoutInMinutes: 45 pool: name: Azure Pipelines demands: java diff --git a/azure-pipelines/mac-coverage.yaml b/azure-pipelines/mac-coverage.yaml index 3716b910..6374008a 100644 --- a/azure-pipelines/mac-coverage.yaml +++ b/azure-pipelines/mac-coverage.yaml @@ -4,7 +4,7 @@ variables: jobs: - job: "Coverage" - timeoutInMinutes: 30 + timeoutInMinutes: 45 pool: name: Azure Pipelines demands: java diff --git a/azure-pipelines/win-coverage.yaml b/azure-pipelines/win-coverage.yaml index 284f7149..086307d1 100644 --- a/azure-pipelines/win-coverage.yaml +++ b/azure-pipelines/win-coverage.yaml @@ -4,7 +4,7 @@ variables: jobs: - job: "Coverage" - timeoutInMinutes: 30 + timeoutInMinutes: 45 pool: name: Azure Pipelines demands: java