From e212f88714ec67571970e369b77d6bec887f6d18 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 18 Jan 2018 18:10:45 +0100 Subject: Increase tests timeout --- server/tests/api/check-params/video-comments.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/check-params/video-comments.ts') diff --git a/server/tests/api/check-params/video-comments.ts b/server/tests/api/check-params/video-comments.ts index 9190054da..3fde9bd94 100644 --- a/server/tests/api/check-params/video-comments.ts +++ b/server/tests/api/check-params/video-comments.ts @@ -23,7 +23,7 @@ describe('Test video comments API validator', function () { // --------------------------------------------------------------- before(async function () { - this.timeout(20000) + this.timeout(30000) await flushTests() -- cgit v1.2.3