Skip to content

Commit 8af63dc

Browse files
committed
Merge pull request spring-projects#19003 from Christoph Dreis
* pr/19003: Consistently use task timeout in CI pipeline Closes spring-projectsgh-19003
2 parents cad2365 + f1914d5 commit 8af63dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,11 @@ jobs:
293293
image: spring-boot-jdk11-ci-image
294294
file: git-repo/ci/tasks/build-samples.yml
295295
- task: build-integration-tests
296-
timeout: 1h30m
296+
timeout: ((task-timeout))
297297
image: spring-boot-jdk11-ci-image
298298
file: git-repo/ci/tasks/build-integration-tests.yml
299299
- task: build-deployment-tests
300-
timeout: 1h30m
300+
timeout: ((task-timeout))
301301
image: spring-boot-jdk11-ci-image
302302
file: git-repo/ci/tasks/build-deployment-tests.yml
303303
on_failure:

0 commit comments

Comments
 (0)