From 6753679ef08cd5999bb753db8cae6fccef1b7bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Francisco=20L=C3=B3pez?= Date: Sun, 25 Feb 2024 21:41:59 -0300 Subject: [PATCH] add more time to ci tests (#117) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3fc58a49..4efe8606 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,4 @@ lint: golangci-lint run -E gofmt -E gosec -E goconst -E gocritic --timeout 5m test: - go test -race -timeout 25m ./... + go test -race -timeout 40m ./...