diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-17 16:42:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-17 16:43:05 +0200 |
commit | e901579b00fbcd8fc0f7b45fd841636329148a34 (patch) | |
tree | 9dcfb17e3004469c96904bfc7f2136eb4fbe637f /server/tests/api/notifications/registrations-notifications.ts | |
parent | f86ff3a02642263ac64db5d5fba4059db0092561 (diff) | |
download | PeerTube-e901579b00fbcd8fc0f7b45fd841636329148a34.tar.gz PeerTube-e901579b00fbcd8fc0f7b45fd841636329148a34.tar.zst PeerTube-e901579b00fbcd8fc0f7b45fd841636329148a34.zip |
Fix tests
Diffstat (limited to 'server/tests/api/notifications/registrations-notifications.ts')
-rw-r--r-- | server/tests/api/notifications/registrations-notifications.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||