From 196be15587c2ff215eea118563c9f290641b7604 Mon Sep 17 00:00:00 2001 From: chenrun1 Date: Tue, 17 Dec 2024 12:27:11 +0800 Subject: [PATCH] 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 --- testing/memtester/Kconfig | 2 +- testing/ramtest/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/memtester/Kconfig b/testing/memtester/Kconfig index 98c6c4cff..ecfdaefb9 100644 --- a/testing/memtester/Kconfig +++ b/testing/memtester/Kconfig @@ -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" diff --git a/testing/ramtest/Kconfig b/testing/ramtest/Kconfig index 4846e06cc..a8d4a5fe9 100644 --- a/testing/ramtest/Kconfig +++ b/testing/ramtest/Kconfig @@ -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"