From 27a3241934af61052e0165f93b19348583feaaa9 Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Wed, 21 Dec 2022 16:11:56 +0100 Subject: [PATCH] rely on CI timeout Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 83adbbda..6b2c7fd6 100644 --- a/Makefile +++ b/Makefile @@ -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