From 5a61ffbb7c72dd7ecfa16c7944dac45411c1bbe9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 12 Jun 2020 16:01:42 +0200 Subject: Optimize views per day in video channels --- server/tests/api/videos/video-channels.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'server/tests') diff --git a/server/tests/api/videos/video-channels.ts b/server/tests/api/videos/video-channels.ts index 876a6ab66..89026aba7 100644 --- a/server/tests/api/videos/video-channels.ts +++ b/server/tests/api/videos/video-channels.ts @@ -366,6 +366,7 @@ describe('Test video channels', function () { }) it('Should report correct channel statistics', async function () { + this.timeout(10000) { const res = await getAccountVideoChannelsList({ -- cgit v1.2.3