From 94d721efdc9a8c2cda612f49506a41adb6a06f1d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 19 Feb 2021 14:30:00 +0100 Subject: Fix stats tests --- 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 6a65447fd..7e88d979b 100644 --- a/server/tests/api/notifications/user-notifications.ts +++ b/server/tests/api/notifications/user-notifications.ts @@ -314,7 +314,7 @@ describe('Test user notifications', function () { }) it('Should not send a notification before the video is published', async function () { - this.timeout(40000) + this.timeout(50000) const updateAt = new Date(new Date().getTime() + 1000000) -- cgit v1.2.3