From: Chocobozzz Date: Fri, 15 Apr 2022 09:38:01 +0000 (+0200) Subject: Increase test timeout X-Git-Tag: v4.2.0-rc.1~155 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=389444e04883bde4074cb7e69de0afe5530981c9;p=github%2FChocobozzz%2FPeerTube.git Increase test timeout --- 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)