Skip to content

Commit

Permalink
Adjust the default priority of some test cases
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
crafcat7 committed Dec 23, 2024
1 parent 83ea915 commit 3627296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing/memtester/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion testing/ramtest/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3627296

Please sign in to comment.