From d3ed57ddf8e95b6eccd6fb09f4a7c51d26814d3a Mon Sep 17 00:00:00 2001 From: "wangguoteng.p" Date: Mon, 13 Feb 2023 15:07:48 +0800 Subject: [PATCH] test pytest worker = 1 to avoid timeout --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b892e63b4b..79a9083a7c 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ FORMAT_DIR ?= $(if ${RANGE_DIR},${RANGE_DIR},${DING_DIR}) PLATFORM_TEST_DIR ?= $(if ${RANGE_DIR},${RANGE_DIR},${DING_DIR}/entry/tests/test_serial_entry.py ${DING_DIR}/entry/tests/test_serial_entry_onpolicy.py) # Workers command -WORKERS ?= 2 +WORKERS ?= 1 WORKERS_COMMAND := $(if ${WORKERS},-n ${WORKERS} --dist=loadscope,) # Duration command