]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/views/video-views-counter.ts
Added "total views" in the my channels list (#5007)
[github/Chocobozzz/PeerTube.git] / server / tests / api / views / video-views-counter.ts
index b8969d52dbca9c0a0628d760cecca3974205731b..42ef41fb33957599749fbb6434b477daabf60e4e 100644 (file)
@@ -34,7 +34,7 @@ describe('Test video views/viewers counters', function () {
     let videoUUID: string
 
     before(async function () {
-      this.timeout(30000)
+      this.timeout(120000)
 
       const { uuid } = await servers[0].videos.quickUpload({ name: 'video' })
       videoUUID = uuid