diff --git a/.github/workflows/dev-acc.yml b/.github/workflows/dev-acc.yml index 735d81f2..f8365da6 100644 --- a/.github/workflows/dev-acc.yml +++ b/.github/workflows/dev-acc.yml @@ -22,6 +22,7 @@ on: jobs: acc: + timeout-minutes: 600 runs-on: ubuntu-20.04 strategy: matrix: @@ -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