From dedd6976bd30ec5ccaf77bc7be6bf37fc0a0990e Mon Sep 17 00:00:00 2001 From: zhoudail Date: Thu, 14 Aug 2025 02:35:55 +0000 Subject: [PATCH] rtg group limit change Signed-off-by: zhoudail --- kernel/rtginterface/rtg_interface_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/rtginterface/rtg_interface_test.cpp b/kernel/rtginterface/rtg_interface_test.cpp index 367385d7..2e05d96d 100644 --- a/kernel/rtginterface/rtg_interface_test.cpp +++ b/kernel/rtginterface/rtg_interface_test.cpp @@ -478,7 +478,7 @@ HWTEST_F(RtgInterfaceTest, RtgInterfaceSetErrorAttr, TestSize.Level1) EXPECT_NE(ret, 0); ret = SetFrameRateAndPrioType(grpId, -1, VIP); EXPECT_NE(ret, 0); - ret = SetFrameRateAndPrioType(grpId, 121, VIP); + ret = SetFrameRateAndPrioType(grpId, 361, VIP); EXPECT_NE(ret, 0); ret = DestroyRtgGrp(grpId); EXPECT_EQ(ret, 0); -- Gitee