Skip to content

Commit

Permalink
Increase acc test timeout a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsonov committed Nov 15, 2024
1 parent 9855ff8 commit c461b59
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 40m
TF_ACC=1 go test ./castai/... '-run=^TestAcc' -v -timeout 50m

.PHONY: validate-terraform-examples
validate-terraform-examples:
Expand Down

0 comments on commit c461b59

Please sign in to comment.