]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/videos/videos-overview.ts
Fix reset sequelize instance
[github/Chocobozzz/PeerTube.git] / server / tests / api / videos / videos-overview.ts
index c012d47c3fd6b1010bce894f1d1599b0c291b97d..6e723c5101b2e0f53cdcf4a6f124c6b8276f059d 100644 (file)
@@ -29,7 +29,7 @@ describe('Test a videos overview', function () {
   })
 
   it('Should upload 5 videos in a specific category, tag and channel but not include them in overview', async function () {
-    this.timeout(30000)
+    this.timeout(60000)
 
     await wait(3000)
 
@@ -47,7 +47,7 @@ describe('Test a videos overview', function () {
   })
 
   it('Should upload another video and include all videos in the overview', async function () {
-    this.timeout(30000)
+    this.timeout(60000)
 
     {
       for (let i = 1; i < 6; i++) {