From: Chocobozzz Date: Mon, 2 May 2022 08:50:04 +0000 (+0200) Subject: Increase test timeout X-Git-Tag: v4.2.0-rc.1~133 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=40fa53ac9900fb140027bd2ed03f3e90dde1b4bd;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 10b71836a..a70d6185e 100644 --- a/server/tests/api/views/video-views-overall-stats.ts +++ b/server/tests/api/views/video-views-overall-stats.ts @@ -238,7 +238,7 @@ describe('Test views overall stats', function () { describe('Test countries', function () { it('Should not report countries if geoip is disabled', async function () { - this.timeout(60000) + this.timeout(120000) const { uuid } = await servers[0].videos.quickUpload({ name: 'video' }) await waitJobs(servers)