]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/activitypub.ts
Check video exists before extending its expiration
[github/Chocobozzz/PeerTube.git] / server / tests / activitypub.ts
index c8884719de5ebfe37eed3a4dab44bcdaa54ecbeb..53a04d3638d8ede6de29e13da4965386eda1af70 100644 (file)
@@ -10,7 +10,7 @@ describe('Test activitypub', function () {
   let server: ServerInfo = null
 
   before(async function () {
-    this.timeout(10000)
+    this.timeout(30000)
 
     await flushTests()
 
@@ -31,10 +31,5 @@ describe('Test activitypub', function () {
 
   after(async function () {
     killallServers([ server ])
-
-    // Keep the logs if the test failed
-    if (this['ok']) {
-      await flushTests()
-    }
   })
 })