diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 155936f5..50b9af50 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -94,4 +94,4 @@ jobs: - name: Run chart-testing if: steps.list-changed.outputs.CHANGED == 'true' - run: ct install --config ct-config.yaml + run: ct install --config ct-config.yaml --helm-extra-args "--timeout 600s" diff --git a/ct-config.yaml b/ct-config.yaml index 75ba48da..bb18e351 100644 --- a/ct-config.yaml +++ b/ct-config.yaml @@ -7,4 +7,3 @@ chart-repos: - bitnami=https://charts.bitnami.com/bitnami namespace: anchore release-label: anchore -helm-extra-args: --timeout 600s