Skip to content

Commit

Permalink
Bump timeouts, fix env?
Browse files Browse the repository at this point in the history
  • Loading branch information
twelsh-aw committed Aug 22, 2024
1 parent 8855916 commit ec8dc4b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/acctest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
acctest:
name: Acceptance Test
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 60
environment: acctest
concurrency: acctest
steps:
Expand All @@ -40,8 +40,5 @@ jobs:
terraform_wrapper: false

- run: |
DOCKER_USERNAME=$DOCKER_USERNAME DOCKER_PASSWORD=$DOCKER_PASSWORD TF_ACC=1 go test ./... -run=TestAcc -v
env:
DOCKER_USERNAME: ${{ vars.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
timeout-minutes: 10
DOCKER_USERNAME=${{ vars.DOCKER_USERNAME }} DOCKER_PASSWORD=${{ secrets.DOCKER_PASSWORD }} TF_ACC=1 go test ./... -run=TestAcc -v
timeout-minutes: 30

0 comments on commit ec8dc4b

Please sign in to comment.