]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/handle-down.ts
Add ability to configure log level
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / handle-down.ts
index 6ca8cfb648dcc80718f576b5b9f3b937dc9dfc7b..de4e77b2f58c6ab64074c3aff2b523f9ab45ad7f 100644 (file)
@@ -76,7 +76,7 @@ describe('Test handle downs', function () {
   })
 
   before(async function () {
-    this.timeout(20000)
+    this.timeout(30000)
 
     servers = await flushAndRunMultipleServers(2)
 
@@ -187,10 +187,6 @@ describe('Test handle downs', function () {
 
     await wait(5000)
 
-    const res = await getVideosList(servers[1].url)
-    expect(res.body.data).to.be.an('array')
-    expect(res.body.data).to.have.lengthOf(2)
-
     const resVideo = await getVideo(servers[1].url, videos[0].uuid)
     expect(resVideo.body).not.to.be.undefined