Skip to content

Commit d3ed57d

Browse files
author
wangguoteng.p
committed
test pytest worker = 1 to avoid timeout
1 parent 44dcf13 commit d3ed57d

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
@@ -10,7 +10,7 @@ FORMAT_DIR ?= $(if ${RANGE_DIR},${RANGE_DIR},${DING_DIR})
1010
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)
1111

1212
# Workers command
13-
WORKERS ?= 2
13+
WORKERS ?= 1
1414
WORKERS_COMMAND := $(if ${WORKERS},-n ${WORKERS} --dist=loadscope,)
1515

1616
# Duration command

0 commit comments

Comments
 (0)