diff options
Diffstat (limited to 'server/tests/api/notifications')
-rw-r--r-- | server/tests/api/notifications/moderation-notifications.ts | 2 | ||||
-rw-r--r-- | server/tests/api/notifications/registrations-notifications.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/notifications/moderation-notifications.ts b/server/tests/api/notifications/moderation-notifications.ts index fa75182e1..d80de821e 100644 --- a/server/tests/api/notifications/moderation-notifications.ts +++ b/server/tests/api/notifications/moderation-notifications.ts | |||
@@ -33,7 +33,7 @@ describe('Test moderation notifications', function () { | |||
33 | let emails: object[] = [] | 33 | let emails: object[] = [] |
34 | 34 | ||
35 | before(async function () { | 35 | before(async function () { |
36 | this.timeout(50000) | 36 | this.timeout(120000) |
37 | 37 | ||
38 | const res = await prepareNotificationsTest(3) | 38 | const res = await prepareNotificationsTest(3) |
39 | emails = res.emails | 39 | emails = res.emails |
diff --git a/server/tests/api/notifications/registrations-notifications.ts b/server/tests/api/notifications/registrations-notifications.ts index b5a7c2bb5..d20fc8df3 100644 --- a/server/tests/api/notifications/registrations-notifications.ts +++ b/server/tests/api/notifications/registrations-notifications.ts | |||
@@ -21,7 +21,7 @@ describe('Test registrations notifications', function () { | |||
21 | let baseParams: CheckerBaseParams | 21 | let baseParams: CheckerBaseParams |
22 | 22 | ||
23 | before(async function () { | 23 | before(async function () { |
24 | this.timeout(50000) | 24 | this.timeout(120000) |
25 | 25 | ||
26 | const res = await prepareNotificationsTest(1) | 26 | const res = await prepareNotificationsTest(1) |
27 | 27 | ||