diff --git a/Makefile b/Makefile index 666349f..150ec1c 100644 --- a/Makefile +++ b/Makefile @@ -33,11 +33,11 @@ $(addprefix run/,$(obj)): # Test test: - go test ./... -parallel $(shell nproc) + go test -timeout 3600s -parallel $(shell nproc) ./... # Benchmark benchmark: - go test -bench=./... ./... + go test -timeout 3600s -bench=./... ./... # Clean clean: