mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-03 03:52:58 +00:00
misc: increase acceptance tests timeout
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
b9429cbd68
commit
b642b605ca
2
Makefile
2
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:
|
||||
|
Loading…
Reference in New Issue
Block a user