From cf64df6348a78bade200375002fe48faf72a682f Mon Sep 17 00:00:00 2001 From: Goran Rojovic Date: Wed, 14 Feb 2024 09:08:56 +0100 Subject: [PATCH] increase timeout for UT --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c83d4526bd..4dd5c83398 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ generate-bsd-licenses: check-git .PHONY: test test: check-go - go test -race -shuffle=on -coverprofile coverage.out -timeout 20m `go list ./... | grep -v e2e` + go test -race -shuffle=on -coverprofile coverage.out -timeout 1h `go list ./... | grep -v e2e` .PHONY: fuzz-test fuzz-test: check-go