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
+
1
5
## 2.2.17
2
6
3
7
* Splits from ` video_player ` as a federated implementation.
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ - (void)testDeregistersFromPlayer {
67
67
XCTAssertNil (error);
68
68
69
69
[self keyValueObservingExpectationForObject: avPlayer keyPath: @" currentItem" expectedValue: nil ];
70
- [self waitForExpectationsWithTimeout: 1 handler: nil ];
70
+ [self waitForExpectationsWithTimeout: 30.0 handler: nil ];
71
71
}
72
72
73
73
- (void )testVideoControls {
@@ -127,7 +127,7 @@ - (void)testAudioControls {
127
127
[initializedExpectation fulfill ];
128
128
}
129
129
}];
130
- [self waitForExpectationsWithTimeout: 1 .0 handler: nil ];
130
+ [self waitForExpectationsWithTimeout: 30 .0 handler: nil ];
131
131
132
132
// Starts paused.
133
133
AVPlayer *avPlayer = player.player ;
You can’t perform that action at this time.
0 commit comments