From 00beb69eb0892cbb5fb3dbf541ab7371f8243fd4 Mon Sep 17 00:00:00 2001 From: Rbb666 Date: Tue, 18 Nov 2025 17:11:22 +0800 Subject: [PATCH] [utest]Fixed assertion failure in the smp_affinity_pri1_tc use case caused by improper priority configuration. --- src/utest/smp/smp_affinity_pri1_tc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utest/smp/smp_affinity_pri1_tc.c b/src/utest/smp/smp_affinity_pri1_tc.c index c8d8a70b456..c1a2164b8a4 100644 --- a/src/utest/smp/smp_affinity_pri1_tc.c +++ b/src/utest/smp/smp_affinity_pri1_tc.c @@ -24,7 +24,7 @@ static int run_num = 10; #define THREAD_STACK_SIZE UTEST_THR_STACK_SIZE #define THREAD_PRIORITY 2 -#define LOW_PRIORITY 50 +#define LOW_PRIORITY 30 #define THIGH_PRIORITY 10 static rt_thread_t threads[RT_CPUS_NR]; static rt_thread_t temp_thread;