diff options
author | Chocobozzz <me@florianbigard.com> | 2020-06-12 16:01:42 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-06-12 16:27:41 +0200 |
commit | 5a61ffbb7c72dd7ecfa16c7944dac45411c1bbe9 (patch) | |
tree | 9bc4788c0b54d7386d5533589c6cf52c347c0a48 /server/tests/api/videos/video-channels.ts | |
parent | e74bda21d15300b4653392957e730c5e4eff2af3 (diff) | |
download | PeerTube-5a61ffbb7c72dd7ecfa16c7944dac45411c1bbe9.tar.gz PeerTube-5a61ffbb7c72dd7ecfa16c7944dac45411c1bbe9.tar.zst PeerTube-5a61ffbb7c72dd7ecfa16c7944dac45411c1bbe9.zip |
Optimize views per day in video channels
Diffstat (limited to 'server/tests/api/videos/video-channels.ts')
-rw-r--r-- | server/tests/api/videos/video-channels.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 () { | |||
366 | }) | 366 | }) |
367 | 367 | ||
368 | it('Should report correct channel statistics', async function () { | 368 | it('Should report correct channel statistics', async function () { |
369 | this.timeout(10000) | ||
369 | 370 | ||
370 | { | 371 | { |
371 | const res = await getAccountVideoChannelsList({ | 372 | const res = await getAccountVideoChannelsList({ |