mirror of
https://github.com/docker/compose.git
synced 2025-07-25 14:44:29 +02:00
rely on CI timeout
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
935968fe2c
commit
27a3241934
2
Makefile
2
Makefile
@ -34,7 +34,7 @@ ifeq ($(DETECTED_OS),Windows)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
TEST_COVERAGE_FLAGS = -race -coverprofile=coverage.out -covermode=atomic
|
TEST_COVERAGE_FLAGS = -race -coverprofile=coverage.out -covermode=atomic
|
||||||
TEST_FLAGS?= -timeout 15m
|
TEST_FLAGS?=
|
||||||
E2E_TEST?=
|
E2E_TEST?=
|
||||||
ifeq ($(E2E_TEST),)
|
ifeq ($(E2E_TEST),)
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user