From 10178c47d0d123c0a40eb2872a87b6b1a891d5be Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 20 May 2022 17:12:00 +0200 Subject: Increase test timeout --- server/tests/api/notifications/user-notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests/api/notifications/user-notifications.ts b/server/tests/api/notifications/user-notifications.ts index 1705fda55..a7cc529f8 100644 --- a/server/tests/api/notifications/user-notifications.ts +++ b/server/tests/api/notifications/user-notifications.ts @@ -186,7 +186,7 @@ describe('Test user notifications', function () { }) it('Should not send a new video notification when a remote video becomes unlisted', async function () { - this.timeout(50000) + this.timeout(100000) const data = { privacy: VideoPrivacy.PRIVATE } const { name, uuid, shortUUID } = await uploadRandomVideoOnServers(servers, 2, data) -- cgit v1.2.3