Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Jan 5, 2024
1 parent 32bc683 commit d487f54
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 @@ -22,6 +22,7 @@ on:

jobs:
acc:
timeout-minutes: 600
runs-on: ubuntu-20.04
strategy:
matrix:
Expand All @@ -44,6 +45,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 d487f54

Please sign in to comment.