2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2024-06-28 09:29:51 +00:00

tests: increase timeout

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

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)" = "" ]