From: Chocobozzz Date: Tue, 12 Jan 2021 08:02:40 +0000 (+0100) Subject: Increase test timeout X-Git-Tag: v3.1.0-rc.1~354 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=8ace68056dedefc3cff696d2cd52832b89c2c845;p=github%2FChocobozzz%2FPeerTube.git Increase test timeout --- diff --git a/server/tests/api/notifications/user-notifications.ts b/server/tests/api/notifications/user-notifications.ts index 6e7e7b19f..46c7f5743 100644 --- a/server/tests/api/notifications/user-notifications.ts +++ b/server/tests/api/notifications/user-notifications.ts @@ -116,7 +116,7 @@ describe('Test user notifications', function () { }) it('Should send a new video notification on a remote scheduled publication', async function () { - this.timeout(50000) + this.timeout(100000) // In 2 seconds const updateAt = new Date(new Date().getTime() + 2000)