From dc18381dea1c65efcc89590833cf5e205ec0a512 Mon Sep 17 00:00:00 2001 From: William Petit Date: Thu, 6 Apr 2023 14:47:37 +0200 Subject: [PATCH] chore: add test timeout --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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