X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fserver%2Fhandle-down.ts;h=1d524aa9351d6275aa514213b56b09430a8dc185;hb=6a9b3151822461a85bbc72b7a50e12ffb69bec3a;hp=0bbd9ef474600f02ca4f5ca95fd6f14107dcc082;hpb=d102de1b38f2877463529c3b27bd35ffef4fd8bf;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/server/handle-down.ts b/server/tests/api/server/handle-down.ts index 0bbd9ef47..1d524aa93 100644 --- a/server/tests/api/server/handle-down.ts +++ b/server/tests/api/server/handle-down.ts @@ -16,7 +16,7 @@ import { describe('Test handle downs', function () { let servers: PeerTubeServer[] = [] - let sqlCommands: SQLCommand[] + let sqlCommands: SQLCommand[] = [] let threadIdServer1: number let threadIdServer2: number @@ -282,7 +282,7 @@ describe('Test handle downs', function () { }) it('Should upload many videos on server 1', async function () { - this.timeout(120000) + this.timeout(240000) for (let i = 0; i < 10; i++) { const uuid = (await servers[0].videos.quickUpload({ name: 'video ' + i })).uuid