Skip to content

Commit

Permalink
fix: longer timeout due to long test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
lechnerc77 committed Jul 24, 2023
1 parent e740687 commit fe1b3b9
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 @@ -80,7 +80,7 @@ jobs:
- run: go mod download
- env:
TF_ACC: "1"
run: go test -v -cover -coverprofile=cover.out -timeout=300s -parallel=4 ./...
run: go test -v -cover -coverprofile=cover.out -timeout=420s -parallel=4 ./...
timeout-minutes: 10
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit fe1b3b9

Please sign in to comment.