X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fviews%2Fvideo-views-retention-stats.ts;h=a27141d6850e0e3bffc6d6ad29c7117ac10f242a;hb=ac907dc7c158056e9b6a5cb58acd27df5c7c2670;hp=98be7bfdb37433e602155184cb4794f389cc9b26;hpb=b211106695bb82f6c32e53306081b5262c3d109d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/views/video-views-retention-stats.ts b/server/tests/api/views/video-views-retention-stats.ts index 98be7bfdb..a27141d68 100644 --- a/server/tests/api/views/video-views-retention-stats.ts +++ b/server/tests/api/views/video-views-retention-stats.ts @@ -20,7 +20,7 @@ describe('Test views retention stats', function () { let vodVideoId: string before(async function () { - this.timeout(60000); + this.timeout(120000); ({ vodVideoId } = await prepareViewsVideos({ servers, live: false, vod: true })) })