Skip to content

Commit

Permalink
fix playback test
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Jun 14, 2021
1 parent 749f5f1 commit 5bd3f9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/plugin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ QUnit.test('the environment is sane', function(assert) {
QUnit.module('videojs-vr', {

beforeEach(assert) {
assert.timeout(50000);
assert.timeout(80000);

this.fixture = document.getElementById('qunit-fixture');
this.video = document.createElement('video-js');

this.video.muted = true;
this.video.defaultPlaybackRate = 16;
// this.fixture.style.position = 'inherit';

Expand Down

0 comments on commit 5bd3f9d

Please sign in to comment.