From 8ace68056dedefc3cff696d2cd52832b89c2c845 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 12 Jan 2021 09:02:40 +0100 Subject: Increase test timeout --- server/tests/api/notifications/user-notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/notifications/user-notifications.ts') 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) -- cgit v1.2.3