diff --git a/Makefile b/Makefile index 797ab51a..ef3f1ec4 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ test: .PHONY: testacc testacc: @echo "==> Running acceptance tests" - TF_ACC=1 go test ./castai/... '-run=^TestAcc' -v -timeout 30m + TF_ACC=1 go test ./castai/... '-run=^TestAcc' -v -timeout 40m .PHONY: validate-terraform-examples validate-terraform-examples: