From aac7f4304dc7fa48869cb3f09c30383222add436 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 13 Sep 2022 08:42:31 +0200 Subject: [PATCH] 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 c05f3330a..9f8a7c6ea 100644 --- a/server/tests/api/notifications/user-notifications.ts +++ b/server/tests/api/notifications/user-notifications.ts @@ -158,7 +158,7 @@ describe('Test user notifications', function () { }) it('Should send a new video notification when a remote video becomes public', async function () { - this.timeout(50000) + this.timeout(120000) const data = { privacy: VideoPrivacy.PRIVATE } const { name, uuid, shortUUID } = await uploadRandomVideoOnServers(servers, 2, data) -- 2.41.0