修复测试用例错误

This commit is contained in:
zhengxuan.zhang
2026-05-18 15:32:00 +08:00
parent e5cfbf9dd5
commit dcc15f62d1
10 changed files with 88 additions and 174 deletions
@@ -72,7 +72,7 @@ namespace XplorePlane.Tests.Services
// Feature: live-image-display, Property 6: 采集队列有界不变量
// Validates: Requirements 2.2
[Property(MaxTest = 100)]
[Property(MaxTest = 20)]
public Property AcquireQueueCount_NeverExceedsCapacity()
{
var gen =
@@ -103,7 +103,7 @@ namespace XplorePlane.Tests.Services
// Feature: live-image-display, Property 7: 处理队列有界不变量
// Validates: Requirements 2.4
[Property(MaxTest = 100)]
[Property(MaxTest = 20)]
public Property ProcessQueueCount_NeverExceedsCapacity()
{
var gen =
@@ -140,7 +140,7 @@ namespace XplorePlane.Tests.Services
//
// We use a large process queue capacity to avoid overflow dropping frames,
// and count frames via ProcessFrameDequeued events.
[Property(MaxTest = 100)]
[Property(MaxTest = 20)]
public Property ProcessQueueEntries_EqualsCeilMDivN()
{
var gen =