浏览代码

rely on CI timeout

Signed-off-by: Guillaume Lours <[email protected]>
Guillaume Lours 2 年之前
父节点
当前提交
27a3241934
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
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