File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
packages/video_player/video_player_avfoundation Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ## NEXT
2+
3+ * Adjusts test timeouts for network-dependent native tests to avoid flake.
4+
15## 2.2.17
26
37* Splits from ` video_player ` as a federated implementation.
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ - (void)testDeregistersFromPlayer {
6767 XCTAssertNil (error);
6868
6969 [self keyValueObservingExpectationForObject: avPlayer keyPath: @" currentItem" expectedValue: nil ];
70- [self waitForExpectationsWithTimeout: 1 handler: nil ];
70+ [self waitForExpectationsWithTimeout: 30.0 handler: nil ];
7171}
7272
7373- (void )testVideoControls {
@@ -127,7 +127,7 @@ - (void)testAudioControls {
127127 [initializedExpectation fulfill ];
128128 }
129129 }];
130- [self waitForExpectationsWithTimeout: 1 .0 handler: nil ];
130+ [self waitForExpectationsWithTimeout: 30 .0 handler: nil ];
131131
132132 // Starts paused.
133133 AVPlayer *avPlayer = player.player ;
You can’t perform that action at this time.
0 commit comments