From a99983b8cdcbd8fe2fde3976b386b9000c0a8388 Mon Sep 17 00:00:00 2001 From: Adphi Date: Fri, 5 Aug 2022 17:57:51 +0200 Subject: [PATCH] tests: increase timeout Signed-off-by: Adphi --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 843f9cb..dfb4828 100644 --- a/Makefile +++ b/Makefile @@ -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)" = "" ]