diff --git a/Makefile b/Makefile index 59570dc..9d99839 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ LINT_ARGS ?= --timeout 5m GITCHLOG_ARGS ?= SHELL := /bin/bash -GOTEST_ARGS ?= -short +GOTEST_ARGS ?= -short -timeout 60s ESBUILD_VERSION ?= v0.17.5