refactor: set timeout to 2h for macos

This commit is contained in:
fengcaiwen
2025-12-24 10:41:44 +08:00
parent 90170d8d06
commit 68cd916dd1

View File

@@ -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