Skip to content

Commit 0b47484

Browse files
committed
Increased timeout for concourse tasks building boot-ls
1 parent 52b4faa commit 0b47484

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

concourse/pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,7 @@ jobs:
651651
trigger: true
652652
- get: maven-cache
653653
- task: build-spring-boot-vsix-snapshot
654+
timeout: 40m
654655
file: sts4/concourse/tasks/build-vsix.yml
655656
params:
656657
extension_id: vscode-spring-boot
@@ -677,6 +678,7 @@ jobs:
677678
passed:
678679
- build-spring-boot-vsix-snapshot
679680
- task: build-spring-boot-vsix-pre-release
681+
timeout: 40m
680682
file: sts4/concourse/tasks/build-vsix.yml
681683
params:
682684
extension_id: vscode-spring-boot
@@ -839,6 +841,7 @@ jobs:
839841
passed:
840842
- trigger-rc-build
841843
- task: build-spring-boot-rc
844+
timeout: 40m
842845
attempts: 4
843846
file: sts4/concourse/tasks/rc-build.yml
844847
params:

0 commit comments

Comments
 (0)