X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Factivitypub.ts;h=53a04d3638d8ede6de29e13da4965386eda1af70;hb=5cf84858d49f4231cc4efec5e3132f17f65f6cf6;hp=c8884719de5ebfe37eed3a4dab44bcdaa54ecbeb;hpb=47564bbe2eeb2baae9b7e3f9b2b8d16522bc7e04;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/activitypub.ts b/server/tests/activitypub.ts index c8884719d..53a04d363 100644 --- a/server/tests/activitypub.ts +++ b/server/tests/activitypub.ts @@ -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() - } }) })