Skip to content

Commit

Permalink
try to pass timeout as arg
Browse files Browse the repository at this point in the history
  • Loading branch information
kutluhanmetin committed Dec 18, 2023
1 parent a503812 commit fe7283f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:

- name: Test Charts
run: |
ct install --config ${GITHUB_WORKSPACE}/test/ct.yaml
ct install --config ${GITHUB_WORKSPACE}/test/ct.yaml --helm-extra-args '--timeout 10m'
- name: Delete GKE cluster
if: always()
Expand Down

0 comments on commit fe7283f

Please sign in to comment.