Skip to content

Commit ffde1ca

Browse files
committed
increase timeout
Signed-off-by: JeffMboya <[email protected]>
1 parent c229ad3 commit ffde1ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint-test.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on: pull_request
88
jobs:
99
lint-test:
1010
runs-on: ubuntu-latest
11+
timeout-minutes: 60
1112
steps:
1213
- name: Checkout Code
1314
uses: actions/checkout@v4
@@ -55,4 +56,4 @@ jobs:
5556
- name: Run chart-testing (install)
5657
if: steps.list-changed.outputs.changed == 'true'
5758
run: |
58-
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

Comments
 (0)