Skip to content

Commit

Permalink
Merge 773da59 into b6a74e9
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Sep 19, 2019
2 parents b6a74e9 + 773da59 commit 88a967d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Expand Up @@ -150,7 +150,7 @@ module.exports = function(config) {
};

if (ci) {
configuration.browsers = ['Chrome_dev', 'Firefox_dev'];
configuration.browsers = ['Chrome_dev'];
configuration.detectBrowsers.enabled = false;
configuration.singleRun = true;

Expand Down
2 changes: 2 additions & 0 deletions test/videojs.wavesurfer.spec.js
Expand Up @@ -9,6 +9,8 @@ import Event from '../src/js/event.js';
// registers the plugin (once)
import Wavesurfer from '../src/js/videojs.wavesurfer.js';

jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;

/** @test {Wavesurfer} */
describe('Wavesurfer', () => {
let player;
Expand Down

0 comments on commit 88a967d

Please sign in to comment.