Skip to content

Commit 27a3241

Browse files
committed
rely on CI timeout
Signed-off-by: Guillaume Lours <[email protected]>
1 parent 935968f commit 27a3241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ifeq ($(DETECTED_OS),Windows)
3434
endif
3535

3636
TEST_COVERAGE_FLAGS = -race -coverprofile=coverage.out -covermode=atomic
37-
TEST_FLAGS?= -timeout 15m
37+
TEST_FLAGS?=
3838
E2E_TEST?=
3939
ifeq ($(E2E_TEST),)
4040
else

0 commit comments

Comments
 (0)