diff --git a/server/tests/api/views/video-views-overall-stats.ts b/server/tests/api/views/video-views-overall-stats.ts index d8de73cbc..10b71836a 100644 --- a/server/tests/api/views/video-views-overall-stats.ts +++ b/server/tests/api/views/video-views-overall-stats.ts @@ -252,7 +252,7 @@ describe('Test views overall stats', function () { }) it('Should report countries if geoip is enabled', async function () { - this.timeout(60000) + this.timeout(240000) const { uuid } = await servers[0].videos.quickUpload({ name: 'video' }) await waitJobs(servers)