From 2f3e0bb7d5984486def3f2e3d246b974cf243b50 Mon Sep 17 00:00:00 2001 From: Pavel Minaev Date: Mon, 3 Apr 2023 16:51:14 -0700 Subject: [PATCH] Increase pipeline timeout for code coverage jobs. --- azure-pipelines/linux-coverage.yaml | 2 +- azure-pipelines/mac-coverage.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines/linux-coverage.yaml b/azure-pipelines/linux-coverage.yaml index f07cb5b1..78a67d70 100644 --- a/azure-pipelines/linux-coverage.yaml +++ b/azure-pipelines/linux-coverage.yaml @@ -4,7 +4,7 @@ variables: jobs: - job: "Coverage" - timeoutInMinutes: 15 + timeoutInMinutes: 20 pool: name: Azure Pipelines demands: java diff --git a/azure-pipelines/mac-coverage.yaml b/azure-pipelines/mac-coverage.yaml index bb0dedbe..06bc2bb6 100644 --- a/azure-pipelines/mac-coverage.yaml +++ b/azure-pipelines/mac-coverage.yaml @@ -4,7 +4,7 @@ variables: jobs: - job: "Coverage" - timeoutInMinutes: 15 + timeoutInMinutes: 20 pool: name: Azure Pipelines demands: java