Skip to content

Commit 540cc2b

Browse files
authored
Fix CI broken on TC_AVSUM_2_7.py (project-chip#39045)
1 parent 1f9e450 commit 540cc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_AVSUMTestBase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ async def video_stream_allocate_command(self, endpoint, expected_status: Status
193193
videoCodec=0,
194194
minFrameRate=30,
195195
maxFrameRate=120,
196-
minResolution=Clusters.CameraAvStreamManagement.Structs.VideoResolutionStruct(width=400, height=300),
196+
minResolution=Clusters.CameraAvStreamManagement.Structs.VideoResolutionStruct(width=640, height=360),
197197
maxResolution=Clusters.CameraAvStreamManagement.Structs.VideoResolutionStruct(width=1920, height=1080), # 16/9
198198
minBitRate=20000,
199199
maxBitRate=150000,

0 commit comments

Comments
 (0)