From: Chocobozzz Date: Mon, 6 Dec 2021 09:04:31 +0000 (+0100) Subject: Increase timeout X-Git-Tag: v4.1.0-rc.1~405 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=33675a4775d1e1e9dcb58e7e53f5027b81262622;p=github%2FChocobozzz%2FPeerTube.git Increase timeout --- diff --git a/server/tests/api/check-params/plugins.ts b/server/tests/api/check-params/plugins.ts index 33f84ecbc..2c436376c 100644 --- a/server/tests/api/check-params/plugins.ts +++ b/server/tests/api/check-params/plugins.ts @@ -30,7 +30,7 @@ describe('Test server plugins API validators', function () { // --------------------------------------------------------------- before(async function () { - this.timeout(30000) + this.timeout(60000) server = await createSingleServer(1) diff --git a/server/tests/api/notifications/user-notifications.ts b/server/tests/api/notifications/user-notifications.ts index 468efdf35..9af20843e 100644 --- a/server/tests/api/notifications/user-notifications.ts +++ b/server/tests/api/notifications/user-notifications.ts @@ -267,7 +267,7 @@ describe('Test user notifications', function () { }) it('Should send a notification when an imported video is transcoded', async function () { - this.timeout(50000) + this.timeout(120000) const name = 'video import ' + buildUUID()