2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-07-01 17:42:27 +00:00

tests: increase timeout

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2022-08-05 17:57:51 +02:00
parent 8ccd29143a
commit a99983b8cd

View File

@ -61,7 +61,8 @@ docker-run:
.PHONY: tests
tests:
@go test -exec sudo -count=1 -v ./...
@go generate ./...
@go test -exec sudo -count=1 -timeout 20m -v ./...
check-fmt:
@[ "$(gofmt -l $(find . -name '*.go') 2>&1)" = "" ]