mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Fix flaky test
PiperOrigin-RevId: 334801561
This commit is contained in:
parent
107fed9b2a
commit
d8df5411b8
1 changed files with 1 additions and 0 deletions
|
|
@ -6943,6 +6943,7 @@ public final class ExoPlayerTest {
|
|||
ActionSchedule actionSchedule =
|
||||
new ActionSchedule.Builder(TAG)
|
||||
.waitForPlaybackState(Player.STATE_READY)
|
||||
.waitForPendingPlayerCommands()
|
||||
.executeRunnable(
|
||||
new PlayerRunnable() {
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in a new issue