diff --git a/Makefile b/Makefile index 1f914dc5d9..e8bd91a003 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ test-acceptance: ## run acceptance tests TF_ACC=1 SF_TF_ACC_TEST_CONFIGURE_CLIENT_ONCE=true TEST_SF_TF_REQUIRE_TEST_OBJECT_SUFFIX=1 go test -run "^TestAcc_" -v -cover -timeout=120m ./... test-integration: ## run SDK integration tests - TEST_SF_TF_REQUIRE_TEST_OBJECT_SUFFIX=1 go test -run "^TestInt_" -v -cover -timeout=45m ./... + TEST_SF_TF_REQUIRE_TEST_OBJECT_SUFFIX=1 go test -run "^TestInt_" -v -cover -timeout=60m ./... test-architecture: ## check architecture constraints between packages go test ./pkg/architests/... -v