From f22e1851ef9205a825d2d2724c16895bbbe79ab5 Mon Sep 17 00:00:00 2001 From: Adam Yoblick Date: Wed, 9 Aug 2023 16:20:39 -0500 Subject: [PATCH 1/2] increase coverage timeouts --- 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 78a67d70..533d51e9 100644 --- a/azure-pipelines/linux-coverage.yaml +++ b/azure-pipelines/linux-coverage.yaml @@ -4,7 +4,7 @@ variables: jobs: - job: "Coverage" - timeoutInMinutes: 20 + timeoutInMinutes: 30 pool: name: Azure Pipelines demands: java diff --git a/azure-pipelines/mac-coverage.yaml b/azure-pipelines/mac-coverage.yaml index 06bc2bb6..3716b910 100644 --- a/azure-pipelines/mac-coverage.yaml +++ b/azure-pipelines/mac-coverage.yaml @@ -4,7 +4,7 @@ variables: jobs: - job: "Coverage" - timeoutInMinutes: 20 + timeoutInMinutes: 30 pool: name: Azure Pipelines demands: java diff --git a/azure-pipelines/win-coverage.yaml b/azure-pipelines/win-coverage.yaml index 682a4ec2..284f7149 100644 --- a/azure-pipelines/win-coverage.yaml +++ b/azure-pipelines/win-coverage.yaml @@ -4,7 +4,7 @@ variables: jobs: - job: "Coverage" - timeoutInMinutes: 25 + timeoutInMinutes: 30 pool: name: Azure Pipelines demands: java From 6bb82234e25b983840ac8dc6fe5f7e73569db921 Mon Sep 17 00:00:00 2001 From: Adam Yoblick Date: Thu, 10 Aug 2023 13:06:53 -0500 Subject: [PATCH 2/2] 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