]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/videos/single-server.ts
Fix tests
[github/Chocobozzz/PeerTube.git] / server / tests / api / videos / single-server.ts
index 9fd52933f7cc9cfa7e2084d29a508fe4635967a4..0cb64d5a50d7a9c7606dc7f361394bb85de408c8 100644 (file)
@@ -136,8 +136,6 @@ describe('Test a single server', function () {
     })
 
     it('Should upload the video', async function () {
-      this.timeout(10000)
-
       const attributes = {
         name: 'my super name',
         category: 2,
@@ -213,7 +211,7 @@ describe('Test a single server', function () {
     })
 
     it('Should upload 6 videos', async function () {
-      this.timeout(50000)
+      this.timeout(120000)
 
       const videos = new Set([
         'video_short.mp4', 'video_short.ogv', 'video_short.webm',