X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fmultiple-servers.ts;h=052b0231f2c986cedf869c726440a3f3b1ff29ab;hb=62c852b2b40b4f42c32941deb1b1ccd3f17bcd98;hp=601e5f39a10b80e9613f68bc8dd401a1a375ec82;hpb=d8553faa4939889fa7b7ef7329aa474a81cbbdb9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/multiple-servers.ts b/server/tests/api/multiple-servers.ts index 601e5f39a..052b0231f 100644 --- a/server/tests/api/multiple-servers.ts +++ b/server/tests/api/multiple-servers.ts @@ -69,8 +69,7 @@ describe('Test multiple servers', function () { describe('Should upload the video and propagate on each server', function () { it('Should upload the video on server 1 and propagate on each server', async function () { - // Server 1 has video transcoding activated - this.timeout(15000) + this.timeout(25000) const videoAttributes = { name: 'my super name for server 1', @@ -85,7 +84,7 @@ describe('Test multiple servers', function () { } await uploadVideo(servers[0].url, servers[0].accessToken, videoAttributes) - await wait(5000) + await wait(10000) // All servers should have this video for (const server of servers) { @@ -175,7 +174,7 @@ describe('Test multiple servers', function () { await uploadVideo(servers[1].url, userAccessToken, videoAttributes) // Transcoding - await wait(25000) + await wait(30000) // All servers should have this video for (const server of servers) {