From b642b605ca403f4e5f7c435f6a85d78f519f3cac Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:22:56 -0400 Subject: [PATCH] misc: increase acceptance tests timeout Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0cca3cf8..39fc3f89 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ test: .PHONY: testacc testacc: @# explicitly add TF_ACC=1 to trigger the acceptance tests, `testacc.env` might be missing or incomplete - @TF_ACC=1 env $$(cat testacc.env | xargs) go test -count=1 -v github.com/bpg/terraform-provider-proxmox/fwprovider/tests/... + @TF_ACC=1 env $$(cat testacc.env | xargs) go test --timeout=30m -count=1 -v github.com/bpg/terraform-provider-proxmox/fwprovider/tests/... .PHONY: lint lint: