@@ -326,11 +326,11 @@ jobs:
326
326
image : spring-boot-jdk11-ci-image
327
327
file : git-repo/ci/tasks/build-smoke-tests.yml
328
328
- task : build-integration-tests
329
- timeout : 1h30m
329
+ timeout : ((task-timeout))
330
330
image : spring-boot-jdk11-ci-image
331
331
file : git-repo/ci/tasks/build-integration-tests.yml
332
332
- task : build-deployment-tests
333
- timeout : 1h30m
333
+ timeout : ((task-timeout))
334
334
image : spring-boot-jdk11-ci-image
335
335
file : git-repo/ci/tasks/build-deployment-tests.yml
336
336
on_failure :
@@ -363,20 +363,20 @@ jobs:
363
363
- do :
364
364
- task : build-project
365
365
privileged : true
366
- timeout : 1h30m
366
+ timeout : ((task-timeout))
367
367
image : spring-boot-jdk13-ci-image
368
368
file : git-repo/ci/tasks/build-project.yml
369
369
- in_parallel :
370
370
- task : build-smoke-tests
371
- timeout : 1h30m
371
+ timeout : ((task-timeout))
372
372
image : spring-boot-jdk13-ci-image
373
373
file : git-repo/ci/tasks/build-smoke-tests.yml
374
374
- task : build-integration-tests
375
- timeout : 1h30m
375
+ timeout : ((task-timeout))
376
376
image : spring-boot-jdk13-ci-image
377
377
file : git-repo/ci/tasks/build-integration-tests.yml
378
378
- task : build-deployment-tests
379
- timeout : 1h30m
379
+ timeout : ((task-timeout))
380
380
image : spring-boot-jdk13-ci-image
381
381
file : git-repo/ci/tasks/build-deployment-tests.yml
382
382
on_failure :
0 commit comments