rely on CI timeout

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
Guillaume Lours 2022-12-21 16:11:56 +01:00
parent 935968fe2c
commit 27a3241934
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ ifeq ($(DETECTED_OS),Windows)
endif
TEST_COVERAGE_FLAGS = -race -coverprofile=coverage.out -covermode=atomic
TEST_FLAGS?= -timeout 15m
TEST_FLAGS?=
E2E_TEST?=
ifeq ($(E2E_TEST),)
else