Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Nov 30, 2023
1 parent a9546f8 commit 5d3ffa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-acc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ env:
TF_ACC: ${{ secrets.TF_ACC }}
jobs:
acc:
timeout-minutes: 600
runs-on: ubuntu-20.04
strategy:
matrix:
Expand All @@ -48,6 +49,5 @@ jobs:
run: make tools

- name: Run Acceptance test
timeout-minutes: 590
run: |
export TF_ACC_TEST_PATH="$(pwd)/acc-dev-testcases" && make acceptance

0 comments on commit 5d3ffa0

Please sign in to comment.