X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=server%2Ftests%2Fapi%2Fvideo-transcoder.ts;h=95d48342fd02514335820c95e271efff21661c1a;hb=572f8d3dba44ba874f5c51023214273e3f5b643c;hp=e80b099d10b36b75b146baca78387b107d6b0b4c;hpb=9a27cdc27c900feaae5f6db4315c4ccdfc0c4493;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/video-transcoder.ts b/server/tests/api/video-transcoder.ts index e80b099d1..95d48342f 100644 --- a/server/tests/api/video-transcoder.ts +++ b/server/tests/api/video-transcoder.ts @@ -21,7 +21,7 @@ describe('Test video transcoding', function () { let servers: ServerInfo[] = [] before(async function () { - this.timeout(60000) + this.timeout(10000) // Run servers servers = await flushAndRunMultipleServers(2) @@ -39,7 +39,7 @@ describe('Test video transcoding', function () { } await uploadVideo(servers[0].url, servers[0].accessToken, videoAttributes) - await wait(30000) + await wait(10000) const res = await getVideosList(servers[0].url) const video = res.body.data[0] @@ -67,7 +67,7 @@ describe('Test video transcoding', function () { } await uploadVideo(servers[1].url, servers[1].accessToken, videoAttributes) - await wait(30000) + await wait(10000) const res = await getVideosList(servers[1].url)