From 68cd916dd117eaa86246b659946b3e671c6b0791 Mon Sep 17 00:00:00 2001 From: fengcaiwen <895703375@qq.com> Date: Wed, 24 Dec 2025 10:41:44 +0800 Subject: [PATCH] refactor: set timeout to 2h for macos --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c92c5126..fccc653a 100644 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ gen: .PHONY: ut ut: - go test -p=1 -v -timeout=60m -coverprofile=coverage.txt -coverpkg=./... ./... + go test -p=1 -v -timeout=120m -coverprofile=coverage.txt -coverpkg=./... ./... .PHONY: cover cover: ut