Adjust the default priority of some test cases

Summary:
 Avoid blocking other tasks when there is a large amount of data, such
as rpmsg, etc.
 1. change ramtest PRI to 90
 2. change memtester PRI to 90

Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
This commit is contained in:
chenrun1 2024-12-17 12:27:11 +08:00 committed by Xiang Xiao
parent 83ea91531f
commit 196be15587
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ config UTILS_MEMTESTER_STACKSIZE
config UTILS_MEMTESTER_PRIORITY
int "Task PRIORITY"
default 100
default 90
config UTILS_MEMTESTER_NARROW
bool "TEST_NARROW"

View file

@ -20,7 +20,7 @@ config TESTING_RAMTEST_PROGNAME
config TESTING_RAMTEST_PRIORITY
int "RAM test task priority"
default 100
default 90
config TESTING_RAMTEST_STACKSIZE
int "RAM test stack size"