mirror of
https://github.com/linka-cloud/d2vm.git
synced 2024-11-26 17:46:24 +00:00
tests: increase timeout
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
parent
8ccd29143a
commit
a99983b8cd
3
Makefile
3
Makefile
@ -61,7 +61,8 @@ docker-run:
|
|||||||
|
|
||||||
.PHONY: tests
|
.PHONY: tests
|
||||||
tests:
|
tests:
|
||||||
@go test -exec sudo -count=1 -v ./...
|
@go generate ./...
|
||||||
|
@go test -exec sudo -count=1 -timeout 20m -v ./...
|
||||||
|
|
||||||
check-fmt:
|
check-fmt:
|
||||||
@[ "$(gofmt -l $(find . -name '*.go') 2>&1)" = "" ]
|
@[ "$(gofmt -l $(find . -name '*.go') 2>&1)" = "" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user