Skip to content

Commit

Permalink
increase acctest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Sep 23, 2024
1 parent a0480ab commit d0d7926
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/acc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

jobs:
acc-tests:
timeout-minutes: 720
runs-on: [self-hosted, 1ES.Pool=terraform-azurerm-aks]
environment:
name: acctests
Expand All @@ -21,6 +22,8 @@ jobs:
run: |
docker run --rm -v $(pwd):/src -w /src mcr.microsoft.com/azterraform:latest make generate
- name: e2e test
env:
TEST_TIMEOUT:
run: |
sh scripts/ci-e2e.sh
- name: upload test version snapshots
Expand Down

0 comments on commit d0d7926

Please sign in to comment.