Skip to content

Commit 85d9d96

Browse files
authored
Bump timeout for taskbroker deploy primary stage (#468)
1 parent 16968d4 commit 85d9d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gocd/templates/pipelines/taskbroker.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ local deployPrimaryStage = {
4747
fetch_materials: true,
4848
jobs: {
4949
deploy: {
50-
timeout: 30,
50+
timeout: 40,
5151
elastic_profile_id: 'taskbroker',
5252
environment_variables: {
5353
LABEL_SELECTOR: 'service=taskbroker',

0 commit comments

Comments
 (0)