]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase test timeout
authorChocobozzz <me@florianbigard.com>
Mon, 2 May 2022 08:50:04 +0000 (10:50 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 2 May 2022 08:50:09 +0000 (10:50 +0200)
server/tests/api/views/video-views-overall-stats.ts

index 10b71836ad196437c616ca520e1d3173eb1be398..a70d6185edc363f2e71007e665049eeca2dd241e 100644 (file)
@@ -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)