Skip to content

Commit 602ebe3

Browse files
author
agrandiere
committed
travis
1 parent 116c358 commit 602ebe3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,15 @@ describe('test image moderation', function() {
6565
});
6666
});
6767

68+
/*
6869
describe('test video moderation', function() {
6970
it('should return success', function(done) {
70-
this.timeout(35000);
71+
this.timeout(60000);
7172
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) {
7273
done(assert.equal('success', result.status))
7374
})
7475
});
75-
});
76+
}); */
7677

7778

7879

0 commit comments

Comments
 (0)