Skip to content

Commit

Permalink
test(playack): make live dash test take 5 seconds (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev authored Dec 10, 2021
1 parent 7495ead commit b66e124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/playback.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ QUnit[testFn]('Live DASH', function(assert) {
const firstSeekable = player.seekable();
const firstSeekableEnd = firstSeekable.end(firstSeekable.length - 1);

playFor(player, 2, function() {
assert.ok(true, 'played for at least 2 seconds');
playFor(player, 5, function() {
assert.ok(true, 'played for at least 5 seconds');
assert.equal(player.error(), null, 'has no player errors');

const seekable = player.seekable();
Expand Down

0 comments on commit b66e124

Please sign in to comment.