Fix flaky test

PiperOrigin-RevId: 334801561
This commit is contained in:
bachinger 2020-10-01 14:34:50 +01:00 committed by kim-vde
parent 43fe38672c
commit 067712f599

View file

@ -6902,6 +6902,7 @@ public final class ExoPlayerTest {
ActionSchedule actionSchedule =
new ActionSchedule.Builder(TAG)
.waitForPlaybackState(Player.STATE_READY)
.waitForPendingPlayerCommands()
.executeRunnable(
new PlayerRunnable() {
@Override