Skip to content

Commit

Permalink
Bump timeouts for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-asawicki committed Feb 7, 2024
1 parent f115fc1 commit 3f37155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ test: test-client ## run unit and integration tests
go test -v -cover -timeout=30m ./...

test-acceptance: ## run acceptance tests
TF_ACC=1 go test -run "^TestAcc_" -v -cover -timeout=30m ./...
TF_ACC=1 go test -run "^TestAcc_" -v -cover -timeout=45m ./...

test-integration: ## run SDK integration tests
go test -run "^TestInt_" -v -cover -timeout=20m ./...
go test -run "^TestInt_" -v -cover -timeout=30m ./...

test-architecture: ## check architecture constraints between packages
go test ./pkg/architests/... -v
Expand Down

0 comments on commit 3f37155

Please sign in to comment.