From c461b59c7eb99b1bcc5ebeb649a8bce36fc2bac4 Mon Sep 17 00:00:00 2001 From: Lachezar Tsonov Date: Fri, 15 Nov 2024 15:02:53 +0200 Subject: [PATCH] Increase acc test timeout a bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc9331cc..efd47214 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 40m + TF_ACC=1 go test ./castai/... '-run=^TestAcc' -v -timeout 50m .PHONY: validate-terraform-examples validate-terraform-examples: