From 5bd3f9d3c55da9cb64faa7950e14470326ed14c4 Mon Sep 17 00:00:00 2001 From: brandonocasey Date: Mon, 14 Jun 2021 12:44:35 -0400 Subject: [PATCH] fix playback test --- test/plugin.test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/plugin.test.js b/test/plugin.test.js index 605800cf..bdcff7d8 100644 --- a/test/plugin.test.js +++ b/test/plugin.test.js @@ -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';