Skip to content

Commit 1ef7740

Browse files
committed
fix: increase timeout
Signed-off-by: Dominik Kolonits <dkolonit@cisco.com>
1 parent 9a549ed commit 1ef7740

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

integrations/agntcy-slim/topology/Taskfile.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ vars:
2323
# Control-plane Service name (matches fullnameOverride in controller-values.yaml).
2424
CONTROLLER_SERVICE: '{{ .CONTROLLER_SERVICE | default "slim-control" }}'
2525

26-
# helm --wait timeout for the controller/data-plane installs. Kept short so a
27-
# broken deploy fails fast instead of blocking for the full default.
28-
HELM_WAIT_TIMEOUT: '{{ .HELM_WAIT_TIMEOUT | default "5m" }}'
26+
HELM_WAIT_TIMEOUT: '{{ .HELM_WAIT_TIMEOUT | default "15m" }}'
2927

3028
HELM_NAMESPACE: '{{ .HELM_NAMESPACE | default "default" }}'
3129

0 commit comments

Comments
 (0)