From 8635a2c70cc24a4c52558162ac058de95750271f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 11 Jun 2017 12:28:22 +0200 Subject: Update client modules --- server/tests/api/check-params/videos.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/tests') diff --git a/server/tests/api/check-params/videos.js b/server/tests/api/check-params/videos.js index 1a24d26cc..ec4cc4ce8 100644 --- a/server/tests/api/check-params/videos.js +++ b/server/tests/api/check-params/videos.js @@ -378,6 +378,8 @@ describe('Test videos API validator', function () { }) it('Should succeed with the correct parameters', function (done) { + this.timeout(5000) + const data = { name: 'my super name', category: 5, -- cgit v1.2.3