Skip to content

Commit 116c358

Browse files
author
agrandiere
committed
change timeout in tests.js
1 parent d0185d3 commit 116c358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe('test image moderation', function() {
6767

6868
describe('test video moderation', function() {
6969
it('should return success', function(done) {
70-
this.timeout(15000);
70+
this.timeout(35000);
7171
sightengine.check(['nudity', 'type', 'properties','wad','face']).video('http://www.quirksmode.org/html5/videos/big_buck_bunny.webm', 'http://requestb.in/1d097l71').then(function(result) {
7272
done(assert.equal('success', result.status))
7373
})

0 commit comments

Comments
 (0)