Skip to content

Commit

Permalink
chore: timeout for test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
lechnerc77 committed Jul 22, 2024
1 parent 756d22e commit 1fe8f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- run: go mod download
- env:
TF_ACC: "1"
run: go test -v -cover -coverprofile=cover.out -timeout=900s -parallel=4 ./...
run: go test -v -cover -coverprofile=cover.out -timeout=1800s -parallel=4 ./...
timeout-minutes: 20
# Determine stripped version of Terraform
- run: echo "CURRENT_TF_VERSION=$(echo ${{ matrix.terraform }} | sed 's/[^a-zA-Z0-9]//g')" >> $GITHUB_ENV
Expand Down

0 comments on commit 1fe8f05

Please sign in to comment.