Skip to content

Commit

Permalink
Fix potential timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
StaehliJ committed Mar 18, 2024
1 parent 01f8aa2 commit 97a4591
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,7 @@ class CommandersActTrackerIntegrationTest {
player.setMediaItem(MediaItemUrn(URN_VOD_SHORT))
player.prepare()
player.playWhenReady = true
TestPlayerRunHelper.runUntilPlaybackState(player, Player.STATE_READY)

TestPlayerRunHelper.runUntilPlaybackState(player, Player.STATE_ENDED)

Expand Down

0 comments on commit 97a4591

Please sign in to comment.