X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fplugins%2Fplugin-helpers.ts;h=0296d6eb73a244e2e367ce2db803f9c014de022a;hb=af971e06c620bd46a5aa64c8833364e7022b5e3d;hp=f72de82296fc7a906251181d8bd9ce50e471ff61;hpb=b31d72625dd32143a45277528b90bb67a881f249;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/plugins/plugin-helpers.ts b/server/tests/plugins/plugin-helpers.ts index f72de8229..0296d6eb7 100644 --- a/server/tests/plugins/plugin-helpers.ts +++ b/server/tests/plugins/plugin-helpers.ts @@ -144,7 +144,7 @@ describe('Test plugin helpers', function () { let videoUUIDServer1: string before(async function () { - this.timeout(30000) + this.timeout(60000) { const res = await uploadVideoAndGetId({ server: servers[0], videoName: 'video server 1' })