Skip to content

Commit

Permalink
Increase timeout to 40m
Browse files Browse the repository at this point in the history
  • Loading branch information
kasia-kujawa committed Nov 5, 2024
1 parent 93c9e62 commit 49db3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 49db3e2

Please sign in to comment.