From 27c3c9456dcf436946635c3c85d4a7653b5cccdb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 18 Oct 2021 10:23:45 +0200 Subject: Increase some timeouts --- server/tests/api/notifications/moderation-notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/notifications') diff --git a/server/tests/api/notifications/moderation-notifications.ts b/server/tests/api/notifications/moderation-notifications.ts index eb3c29fe7..f806fed31 100644 --- a/server/tests/api/notifications/moderation-notifications.ts +++ b/server/tests/api/notifications/moderation-notifications.ts @@ -487,7 +487,7 @@ describe('Test moderation notifications', function () { }) it('Should send notification to moderators on new video with auto-blacklist', async function () { - this.timeout(40000) + this.timeout(120000) videoName = 'video with auto-blacklist ' + buildUUID() const video = await servers[0].videos.upload({ token: userAccessToken, attributes: { name: videoName } }) -- cgit v1.2.3