]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/handle-down.ts
Add ability to mute a user/instance by server in client
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / handle-down.ts
index fb9722630d752fa9ee85ff03c33854f9c6b9fc17..ed15c8090659ec0cc095e781bcefdfd17556b229 100644 (file)
@@ -71,7 +71,8 @@ describe('Test handle downs', function () {
     privacy: VideoPrivacy.PUBLIC,
     commentsEnabled: true,
     channel: {
-      name: 'Default root channel',
+      name: 'root_channel',
+      displayName: 'Main root channel',
       description: '',
       isLocal: false
     },
@@ -176,7 +177,7 @@ describe('Test handle downs', function () {
   })
 
   it('Should re-follow server 1', async function () {
-    this.timeout(15000)
+    this.timeout(35000)
 
     await reRunServer(servers[1])
     await reRunServer(servers[2])