chore: add test timeout

This commit is contained in:
wpetit 2023-04-06 14:47:37 +02:00
parent 1dde96043a
commit dc18381dea
1 changed files with 1 additions and 1 deletions

View File

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