mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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:
parent
83ea91531f
commit
196be15587
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue