Skip to content

Commit

Permalink
test: increasing timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleRoss committed Apr 10, 2019
1 parent 212485a commit 075b604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ describe('Video', () => {
});

describe ('with a video set', function() {
this.timeout(30000);
this.timeout(120000);
let video = new Video(VideoHash.defaults, ffmpeg(path.join(assets, 'test-video-1.mp4'))),
promise,
hash1, hash2;
Expand Down

0 comments on commit 075b604

Please sign in to comment.