]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase test timeout
authorChocobozzz <me@florianbigard.com>
Fri, 15 Apr 2022 09:38:01 +0000 (11:38 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 15 Apr 2022 09:38:01 +0000 (11:38 +0200)
server/tests/api/views/video-views-overall-stats.ts

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