From 2e8f8c849b2d77e20580e81269791faabd415104 Mon Sep 17 00:00:00 2001 From: Jakub Scholz Date: Mon, 13 Dec 2021 21:04:00 +0100 Subject: [PATCH] Increase timeouts to push to Nexus Signed-off-by: Jakub Scholz --- .azure/build-pipeline.yaml | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure/build-pipeline.yaml b/.azure/build-pipeline.yaml index 14f939f3c88..3927c9c5406 100644 --- a/.azure/build-pipeline.yaml +++ b/.azure/build-pipeline.yaml @@ -24,7 +24,7 @@ jobs: jdk_version: '11' jdk_path: '/usr/lib/jvm/java-11-openjdk-amd64' # Set timeout for jobs - timeoutInMinutes: 120 + timeoutInMinutes: 180 # Base system pool: vmImage: $(image) diff --git a/pom.xml b/pom.xml index b8da1d66c97..cbc3cf84368 100644 --- a/pom.xml +++ b/pom.xml @@ -1221,6 +1221,7 @@ ossrh https://oss.sonatype.org/ false + 30