We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c229ad3 commit ffde1caCopy full SHA for ffde1ca
.github/workflows/lint-test.yaml
@@ -8,6 +8,7 @@ on: pull_request
8
jobs:
9
lint-test:
10
runs-on: ubuntu-latest
11
+ timeout-minutes: 60
12
steps:
13
- name: Checkout Code
14
uses: actions/checkout@v4
@@ -55,4 +56,4 @@ jobs:
55
56
- name: Run chart-testing (install)
57
if: steps.list-changed.outputs.changed == 'true'
58
run: |
- ct install --target-branch ${{ github.event.repository.default_branch }} --charts charts/magistrala
59
+ ct install --target-branch ${{ github.event.repository.default_branch }} --charts charts/magistrala --timeout 30m
0 commit comments