X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fexternal-plugins%2Fauto-block-videos.ts;h=95d7a4b58a5908185ca8f65aef1fb89d03bda6d7;hb=HEAD;hp=cadd02e8d624f573693587fd464f7e5787594afd;hpb=3f3530c3dbc5339b4cba53710b8568b4ad39152e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/external-plugins/auto-block-videos.ts b/server/tests/external-plugins/auto-block-videos.ts index cadd02e8d..95d7a4b58 100644 --- a/server/tests/external-plugins/auto-block-videos.ts +++ b/server/tests/external-plugins/auto-block-videos.ts @@ -71,8 +71,6 @@ describe('Official plugin auto-block videos', function () { }) it('Should auto block a video', async function () { - this.timeout(10000) - await check(servers[0], server2Videos[0].uuid, true) blocklistServer.replace({ @@ -98,8 +96,6 @@ describe('Official plugin auto-block videos', function () { }) it('Should not block a local video', async function () { - this.timeout(10000) - await check(servers[0], server1Videos[0].uuid, true) blocklistServer.replace({ @@ -116,8 +112,6 @@ describe('Official plugin auto-block videos', function () { }) it('Should remove a video block', async function () { - this.timeout(10000) - await check(servers[0], server2Videos[0].uuid, false) blocklistServer.replace({