Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit edb7be7

Browse files
committed
try 60 frames
1 parent aa6a039 commit edb7be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/video_player/video_player_avfoundation/example/ios/RunnerUITests/VideoPlayerUITests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ - (void)testEncryptedVideoStream {
8181
[NSThread sleepForTimeInterval:60];
8282

8383
NSMutableSet *frames = [NSMutableSet set];
84-
int numberOfFrames = 5;
84+
int numberOfFrames = 60;
8585
for (int i = 0; i < numberOfFrames; i++) {
8686
UIImage *image = self.app.screenshot.image;
8787
[frames addObject:UIImagePNGRepresentation(image)];

0 commit comments

Comments
 (0)