From f1914d5af921cc45574fc13383a54f5dee70d3f5 Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Wed, 13 Nov 2019 13:28:20 +0100 Subject: [PATCH] Consistently use task timeout in CI pipeline See gh-19003 --- ci/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 0022680d73..ad31d636bc 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -293,11 +293,11 @@ jobs: image: spring-boot-jdk11-ci-image file: git-repo/ci/tasks/build-samples.yml - task: build-integration-tests - timeout: 1h30m + timeout: ((task-timeout)) image: spring-boot-jdk11-ci-image file: git-repo/ci/tasks/build-integration-tests.yml - task: build-deployment-tests - timeout: 1h30m + timeout: ((task-timeout)) image: spring-boot-jdk11-ci-image file: git-repo/ci/tasks/build-deployment-tests.yml on_failure: