Skip to content

Commit f1914d5

Browse files
dreis2211mbhave
authored andcommitted
Consistently use task timeout in CI pipeline
See spring-projectsgh-19003
1 parent cad2365 commit f1914d5

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)