From: Chocobozzz Date: Mon, 8 Feb 2021 14:50:10 +0000 (+0100) Subject: Increase test timeout X-Git-Tag: v3.1.0-rc.1~175 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=0c39df2536b600bd2e46c78b8e7dbe9476a35c8d;p=github%2FChocobozzz%2FPeerTube.git Increase test timeout --- diff --git a/server/tests/api/server/bulk.ts b/server/tests/api/server/bulk.ts index 63321d4bb..51ba0e7af 100644 --- a/server/tests/api/server/bulk.ts +++ b/server/tests/api/server/bulk.ts @@ -99,7 +99,7 @@ describe('Test bulk actions', function () { } before(async function () { - this.timeout(60000) + this.timeout(120000) await uploadVideo(servers[0].url, servers[0].accessToken, { name: 'video 1 server 1' }) await uploadVideo(servers[0].url, servers[0].accessToken, { name: 'video 2 server 1' })