Skip to content

Commit

Permalink
Set helm timeout to 5 minutes (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlov20 authored Oct 27, 2022
1 parent c78f1d5 commit 65980b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
hmpps: ministryofjustice/hmpps@5.1
hmpps: ministryofjustice/hmpps@6.2.0
slack: circleci/[email protected]

parameters:
Expand Down Expand Up @@ -171,7 +171,7 @@ workflows:
- unit_test
- integration_test
- build_docker

helm_timeout: 5m
# - request-preprod-approval:
# type: approval
# requires:
Expand All @@ -186,6 +186,7 @@ workflows:
# - hmpps-template-typescript-preprod
# requires:
# - request-preprod-approval
# helm_timeout: 5m
# - request-prod-approval:
# type: approval
# requires:
Expand All @@ -202,6 +203,7 @@ workflows:
# - hmpps-template-typescript-prod
# requires:
# - request-prod-approval
# helm_timeout: 5m

security:
triggers:
Expand Down

0 comments on commit 65980b1

Please sign in to comment.