Skip to content

Commit 4d891e1

Browse files
committed
chore: Increase install timeout
1 parent 96f3868 commit 4d891e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454

5555
- name: Run chart-testing (install)
5656
if: steps.list-changed.outputs.changed == 'true'
57-
run: ct install --config .ct.yaml --target-branch ${{ github.event.repository.default_branch }}
57+
run: ct install --config .ct.yaml --target-branch ${{ github.event.repository.default_branch }} --helm-extra-set-args "--timeout 10m"

0 commit comments

Comments
 (0)